ofxHTTP icon indicating copy to clipboard operation
ofxHTTP copied to clipboard

finish permessage-deflate implementation

Open bakercp opened this issue 9 years ago • 1 comments

Currently, basic permessage-deflate is supported for websocket servers.

  • [ ] Support non-default settings
  • [ ] Add settings for zlib config
  • [ ] Support Fragmented packets
  • [ ] Test with autobahn]
  • [ ] Clean up unused Poco/inflate/deflate includes.

@brannondorsey

bakercp avatar Dec 31 '15 22:12 bakercp

autobahn references

  • https://github.com/crossbario/autobahn-testsuite
  • https://github.com/warmcat/libwebsockets/issues/198
  • https://github.com/JoakimSoderberg/libws
  • https://github.com/zaphoyd/websocketpp/blob/master/examples/testee_client/testee_client.cpp
  • https://github.com/zaphoyd/websocketpp/tree/master/examples
  • https://github.com/JoakimSoderberg/libws/blob/master/test/autobahn/autobahntest.c

bakercp avatar Jan 01 '16 06:01 bakercp