[Mono-devel-list] [PATCH] A server can send "100 Continue" and immediately after "200 OK"

Gonzalo Paniagua Javier gonzalo at ximian.com
Fri Jan 23 01:04:17 EST 2004


El jue, 22-01-2004 a las 21:23, Yaacov Akiba Slama escribió:
> Hello,
> 
> When a server (for instance a web service) answers, it can send in the 
> same packet both the status "HTTP/1.1 100 Continue" and the answer 
> itself (which begins with "HTTP/1.1 200 OK").
> 
> Without the patch, the client is waiting indefinitely for an answer 
> which was already received.

With that patch, if ContinueDelegate is specified, it will not be called
and the 100 response can also have headers after it. Can you fix that?

-Gonzalo





More information about the Mono-devel-list mailing list