Live data from Hacker News

Viewing profile — lucaspardue

lucaspardue

HN member
Joined
Mon, Jan 28, 2019, 6:12 AM UTC
HN karma
21
Public activity
8 items

About lucaspardue

No profile information was provided.

Recent public activity

  1. comment
    Comment #21082624

    Nice overview! There is a draft [1] that would support Alt-Svc in DNS. Lots to consider there but it is being presented to IETF. [1] - https://tools.ietf.org/html/draft-nygren-dnso…

  2. comment
    Comment #21082320

    We use HTTP Alternative Services (RFC 7838). This appears as a Alt-Svc response header that advertises the availability of HTTP/3 to a client. The client uses its local knowledge (…

  3. comment
    Comment #20694028

    Multiplexing is beneficial, otherwise we'd never have seen HTTP user agents opening up multiple TCP connections. The gain of moving to binary was the ability to multiplex multiple …

  4. comment
    Comment #20691477

    Versions prior to HTTP/2 give the appearance of being simple but in actuality there are many many edge cases that also are the cause of vulnerabilities. HTTP/2's binary syntax addr…

  5. comment
    Comment #19939407

    This depends on how the proxy is configured to behave. One common pattern is to have a protocol terminating proxy talk to the client. Other component(s) sit behind this and they co…

  6. comment
    Comment #19927864

    These papers are interesting, thanks for sharing. However, the primary axiom is of a web server that is serving static content that is located on the device. That, in a sense, give…

  7. comment
    Comment #19017740

    There is still a place for WebSockets in HTTP/2. The fairly recent RFC 8441 defines a mechanism to reserve a single HTTP/2 stream for bidirectional WebSockets. It is feasible for a…

  8. comment
    Comment #19015619

    Do you mean forward proxies? The HTTP/3 draft currently specifies how the CONNECT method is used. At present, it only allows you to create an onward TCP connection. So you have a Q…