tailhook / zerogw

A fast HTTP/WebSocket to zeromq gateway (UNMAINTAINED, take a look at swindon web server instead)
http://zerogw.com
MIT License
250 stars 27 forks source link

When response message contains more that 3 parts, assertion happens #27

Closed tailhook closed 10 years ago

tailhook commented 10 years ago

This happens under http.c:117. The assertion is the following

2014-02-09 11:51:52 [ALRT] http.c:29: (e11) ws_statusline(&req->ws, status): Resource temporarily unavailable   
tailhook commented 10 years ago

The actual assertion is this case is the following:

2014-02-10 21:55:54 [ALRT] http.c:29: (e114) ws_statusline(&req->ws, status): Operation already in progress