[EMAIL PROTECTED] wrote: > I have a client that is using nsIHttpChannel to upload some data to a > server. The server decides as soon as it sees the request headers that > it's going to reject the request, so it sends a valid HTTP response > back to the client and closes the connection. The uploaded data is > still in transit, but the server doesn't care, as it was going to dump > that data anyhow.
What HTTP code does the server send back there? You should probably file a bug, although I'm not sure how easy it would be to fix that, especially because a connection closure without a valid reply should not be considered successful. -- All the world's a stage, And all the men and women merely players: They have their exits and their entrances; And one man in his time plays many parts, [...] --W. Shakespeare _______________________________________________ dev-tech-network mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-network
