Hi,

I am using Mongoose web server and curl as its client.

I have observed following behavior when curl client press control-C (^C) 
prematurely.

1) client issues a request
2) Mongoose web server gets the call and start processing the request.
3) Before Mongoose web server could reply to curl client, curl client 
abruptly terminate (by pressing control-C (^C)).
4) Mongoose web server also stops (getting CLOSE event).
5) Now, next time when curl client sends a new request, mongoose event 
handler keep getting invoked by POLL event. This behavior continues with 
every further curl request (it felt as if Mongoose web server thinks that 
all new requests are part of the same old request).

In [5], I expected Mongoose web server to call event handler with event 
REQUEST rather than POLL. Is my understanding wrong here? Why Mongoose did 
not behave this way?

Regards,
~Puneet


-- 
You received this message because you are subscribed to the Google Groups 
"mongoose-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/mongoose-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to