Benjamin Sergeant
a0a53ab986
Feature/send large message ( #14 )
...
* introduce send fragment
* can pass a fin frame
* can send messages which are a perfect multiple of the chunk size
* set fin only for last fragment
* cleanup
* last fragment should be of type CONTINUATION
* Add simple send and receive programs
* speedups receiving + better way to wait for thing
* receive speedup by using linked list of chunks instead of large array
* document bug
* use chunks to receive data
* trailing spaces
2019-02-23 09:48:00 -08:00
Benjamin Sergeant
1fa75d7fb2
check select errors better
2019-01-07 11:18:00 -08:00
Benjamin Sergeant
6deaa03114
return false -> return -1
2019-01-06 18:10:39 -08:00
Benjamin Sergeant
cc8a9e883e
unittest + compiler warnings
2019-01-05 21:10:08 -08:00
Benjamin Sergeant
50f4fd1115
int -> ssize_t for socker recv and send
2019-01-05 20:53:50 -08:00
Benjamin Sergeant
06d2b68696
header refactoring
2019-01-05 20:38:43 -08:00
Benjamin Sergeant
bf6f057777
windows connect (compile fix)
2019-01-05 17:35:50 -08:00
Benjamin Sergeant
b57c1d69f2
windows connect potential fix
2019-01-05 17:32:21 -08:00
Benjamin Sergeant
ff265d83f9
more accurate description of errors
2019-01-05 17:18:43 -08:00
Benjamin Sergeant
c8c81366f7
windows (compile) fix
2019-01-05 17:04:09 -08:00
Benjamin Sergeant
9a37fd56d1
windows fix
2019-01-05 17:02:39 -08:00
Benjamin Sergeant
78d88a8520
openssl cleanup
2019-01-05 11:42:25 -08:00
Benjamin Sergeant
46d00360a8
unittest on appveyor
2019-01-04 17:28:13 -08:00
Benjamin Sergeant
ed3a50d9b5
cancellation refactoring
2019-01-03 12:53:44 -08:00
Benjamin Sergeant
474985e784
split handshake code into its own files, so that Transport file is less massive
2019-01-02 20:07:54 -08:00
Benjamin Sergeant
b34eccd749
non blocking dns lookup
2018-12-14 16:28:17 -08:00
Benjamin Sergeant
50b638f7fd
add cancellation support while connecting, to speed up WebSocket::stop
2018-12-09 17:56:20 -08:00
Benjamin Sergeant
5bf1b91528
http upgrade and connections use non blocking sockets
2018-12-09 14:07:40 -08:00