Activity
add ability to set ciphers on wss connections; logging
add ability to set ciphers on wss connections; logging
send CRLF PONG as a text frame when using wss
send CRLF PONG as a text frame when using wss
ws: add support responding CRLF pong to ping
ws: add support responding CRLF pong to ping
fix bug encoding nameaddr with comma in userpart
fix bug encoding nameaddr with comma in userpart
sync to freeswitch version of ws.c
sync to freeswitch version of ws.c
fix assertion triggered when CANCEL is held and sent later after 100 …
fix assertion triggered when CANCEL is held and sent later after 100 …
increase max header length to 8k
increase max header length to 8k
truncate sip headers that are more than 4k and reject message with 40…
truncate sip headers that are more than 4k and reject message with 40…
fix warnings
fix warnings
on Jun 24, 2023
update hash for incoming transactions to include via branch
update hash for incoming transactions to include via branch
on Jun 24, 2023
fix regression dns bug that prevented DNS A record lookup if AAA look…
fix regression dns bug that prevented DNS A record lookup if AAA look…
fix regression dns bug that prevented DNS A record lookup if AAA look…
fix regression dns bug that prevented DNS A record lookup if AAA look…
fix some compile warnings and update configure.ac
fix some compile warnings and update configure.ac
remove blocking read in ws_close which can block thread for several m…
remove blocking read in ws_close which can block thread for several m…
remove blocking read after calling SSL_shutdown
remove blocking read after calling SSL_shutdown
revert resolver changes from upstream possibly causing dns to fail
revert resolver changes from upstream possibly causing dns to fail
fix bug from prev commit
fix bug from prev commit
moved logging in ws.c to standard macros
moved logging in ws.c to standard macros