- From: Jesse Wilson <jesse@swank.ca>
- Date: Tue, 1 Jul 2014 11:45:16 -0600
- To: HTTP Working Group <ietf-http-wg@w3.org>
Received on Tuesday, 1 July 2014 17:45:42 UTC
Cool! So this is a normal case. One corner case of a corner case is if the server's early response has more than a window's worth of data... Our client wouldn't acknowledge that data because it doesn't start reading until it's done writing. And if the server writes its early response before discarding/resetting the request, that write might stall waiting for a WINDOW_UPDATE that won't ever come. Deadlock! (This is probably just a theoretical problem!)
Received on Tuesday, 1 July 2014 17:45:42 UTC