Broken pipe error
Hello Group,
I am writing a client (browser without the GUI) for a http server.
If I serialize all requests before the server is done sending data for
all the request then it is
OK.
For example
send 1st request
receive part of data of 1 request
send 2nd request
receive rest of data for both of the requests.
However, in the situation if the server has finished sending all data
for all pending requests,
then my client gets
Broken pipe error
for example
send 1st request
receive full data for Ist requst
'Try sending 2nd request'
"Receive Broken pipe error.
Can someone tell me what wrong I am doing or this is what is expected
from a http server.
Thanks.
nagrik
.
Relevant Pages
- [NT] Multiple Vulnerabilities in PY Software Active Webcam WebServer
... The following security advisory is sent to the securiteam mailing list, and can be found at the SecuriTeam web site: http://www.securiteam.com ... including Denial of Service and Information Disclosure. ... Floppy Disk Request Denial of Service: ... be paused, that means the other user cannot access the HTTP Server, thus ... (Securiteam) - HTTP server problem when running two clients
... A client sends 100 requests in a sequentially order. ... When I run the HTTP server with one client it works ok. ... HINTERNET hRequest = NULL; ... // Create an HTTP Request handle. ... (microsoft.public.win32.programmer.networks) - HTTP client socket inputstream help
... resource from an http server. ... the InputStream from the socket is coming up empty after requesting the ... the request has been received from the http server because I'm also ... (comp.lang.java.programmer) - HTTP SERVER (httpsv1.6.2) 404 Denial of Service
... HTTP SERVER 404 Denial of Services ... If u send to the server between 40-1000 requests to nonexisting pages the process will die. ... Bug Found By Prili - impriligmail.com ... print $socket $request; ... (Bugtraq) - Re: interconnection between two processes
... PB> The HTTP server will fork a new CGI process for each request. ... PB> - unix sockets ... (comp.unix.programmer) |
|