PixlRainbow
PixlRainbow
cleaned up and published the example websocket plugin, but for now not sure how to identify an unexpected disconnect
Oddly enough, stability issues with high traffic flow only seem to occur in plain http and not in encrypted https. It appears raw TCP sockets have a chance to drop...
I don't intend to create an example for the server side, but I added server side support to have feature parity between client and server.
This is a general **_plugin_** API. It is not specific to websocket. The websocket code in the example folder is provided merely as an example as to how one could...
> it may give you 300 bytes out of 310 I do keep polling the `Stream` interface though, and I make use of the returned value of "number of bytes...
It appears we're missing a Post function with content receiver. That seems like an oversight. Do note that even if we implement one, you would not be able to stream...
That reminds me @yhirose -- what is httplib client's current behavior for a server that sends it's response "early" and then resets the connection? The HTTP standard specifies that a...
In [RFC 2616, section 8.2.2](https://stackoverflow.com/a/14483857) > An HTTP/1.1 (or later) client sending a message-body SHOULD monitor the network connection for an error status while it is transmitting the request. If...
I'm having the same issue when building 32 bit Windows exe from a 64 bit Ubuntu 18.04 host. Running the built 32 bit exe on a 64 bit Windows 10...