Dave Horton
Dave Horton
still looking for help on this one.... If I set a breakpoint where the 'drop protocol' is triggered and examine the wsi, this is what it shows in case this...
bit more info..it is bombing out in ops-ws.c line 1233, ``` if (pending) { if (lws_is_ws_with_ext(wsi)) pending = pending > wsi->ws->rx_ubuf_alloc ? wsi->ws->rx_ubuf_alloc : pending; else pending = pending >...
OK I am getting further in understanding this problem. First of all, I mischaracterized the problem above -- this problem has entirely to do with the use of SSL over...
ok, interesting! I did log the length received each time and *did* receive an occasional zero-length read, but infrequently and not enough to be the cause I don't think. I...
hi @moo1 I just realized my issue https://github.com/warmcat/libwebsockets/issues/3185 is the same cause as yours :)
Since there is no tag in the To header this is not an in-dialog request. Route headers on requests outside of a dialog are not really a *thing*
log from drachtio server would be needed
is there a reason you are using sip rather than sips as the scheme?
I believe this has been resolved.
worry what is the impact of this bug? How does it affect calls?