Vinnie Falco
c0e5f14702
WebSocket writes return the bytes transferred (API Change):
...
* Stream write operations now return the number of bytes
transferred from the caller's input buffers.
Actions Required:
* Modify websocket write completion handlers to receive
the extra std::size_t bytes_transferred parameter.
2017-09-03 20:05:19 -07:00
Vinnie Falco
51a5a36118
Refactor stream operations and tests plus coverage
2017-08-31 17:52:36 -07:00
Vinnie Falco
30b98674d5
Refactor websocket stream: fixes and tests
2017-08-28 22:16:22 -07:00
Vinnie Falco
1d5b3f488e
Refactor websocket stream members
2017-08-26 20:12:21 -07:00
Vinnie Falco
4c335a64cf
Refactor stream open state variable
2017-08-26 20:12:04 -07:00
Vinnie Falco
e690528132
Rename frame and header buffer types
...
fix #736
2017-08-15 16:59:17 -07:00
Vinnie Falco
a98e432a2a
Refactor ping_op
2017-08-14 15:30:30 -07:00
Vinnie Falco
2b484c0b8b
Refactor write_op
2017-08-14 15:30:30 -07:00
Vinnie Falco
0439114fd5
Remove obsolete write_op
2017-08-14 15:30:30 -07:00
Vinnie Falco
8578f3cf76
Update copyrights
2017-07-24 09:42:51 -07:00
Vinnie Falco
7139dd639a
Boost prep
2017-07-23 17:34:13 -07:00