disconnect / apache-websocket

Apache WebSocket module
Apache License 2.0
196 stars 46 forks source link

mod_websocket.so crashes when writing message back to client #30

Open kiransakhare opened 10 years ago

kiransakhare commented 10 years ago

Hi

I am currently doing load test on mod_websocket.so. The testing involves having 25000 echo message request send across single websocket connection.

I find the crash at line in function ws_write

if (ap_fflush(of, state->obb) != APR_SUCCESS) .

The crash states access violation error. Seems something is not working when writing msg back to client.

Let me know why there is crash occuring even i am able to inspect msg i am sending it to this function.

jchampio commented 8 years ago

(Two years later...) Are you still seeing crashes, and by any chance are you using WSS with mod_ssl?