Live data from Hacker News

Viewing profile — afimrishi

afimrishi

HN member
Joined
Mon, Sep 26, 2011, 3:07 AM UTC
HN karma
109
Public activity
11 items

About afimrishi

No profile information was provided.

Recent public activity

  1. comment
    Comment #4116959

    SPDY as specced does not require TLS. However, you can see Google's WebSocket connectivity test results at http://www.ietf.org/mail-archive/web/tls/current/msg05593.ht... . The poo…

  2. story
  3. comment
    Comment #4082185

    It's worth noting that some common web performance techniques also don't play well with caching. Take a look at http://stackoverflow.com/questions/4791807/data-uris-and-cac... . SP…

  4. comment
    Comment #4070621

    I work for Google on Chromium (primarily networking stuff, like SPDY). You can see my comments on this matter here: https://groups.google.com/d/topic/spdy-dev/ipTmn5ty_n0/discu... …

  5. comment
    Comment #4066850

    I think you have someone else in mind. Perhaps one of the commenters on her article?

  6. comment
    Comment #4066520

    The original comment in this thread seems to have been deleted, so I can't tell what was said. The primary reasons for implementing our own DNS resolver include: * Being able to fu…

  7. comment
    Comment #4066497

    The Chromium experimental DNS resolver should respect that. If it does not, it's a bug and please file it at new.crbug.com.

  8. comment
    Comment #3984776

    (I'm the Chromium dev who triaged the bug this morning) This title is misleading. There's a bug when the SSL handshake for a WebSocket encounters an error, such as an invalid serve…

  9. story
  10. comment
    Comment #3565107

    - Pipelining would be pretty cool if it worked. There are a number of problems with it: * head of line blocking * transparent proxies that don't support pipelining properly * error…

  11. comment
    Comment #3565052

    That's true for the most part. But if you want to leverage certain SPDY features like SPDY server push, then your app must be SPDY aware. Likewise, if you want to undo normal HTTP …