Commits

Andy Green authored 95fff47a918
client-add-PUSH-http-body-capability Support HTTP body sending on client connections. Add demo to test-client. Run the normal test server, then $ libwebsockets-test-client http://localhost:7681/formtest -o It will post the string "hello" to the POST test using application/x-www-form-urlencoded https://github.com/warmcat/libwebsockets/issues/598 Also ensures any of the Client HTTP transient modes will call back LWS_CALLBACK_CLOSED_CLIENT_HTTP if they close https://github.com/warmcat/libwebsockets/issues/600