websockex
websockex copied to clipboard
Add socket_options for non-SSL connections
Hi,
I'm just trying to rebase #103 . This should allow for passing of gen_tcp
socket options - this is especially useful for us, since we have to set nodelay: true
in order to disable Nagle's algorithm in our TCP connections.