We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly Cancel Create saved search Sign in Sign up Reseting focus {...
master .github cmake docs examples test tutorials broadcast_tutorial chat_tutorial utility_client step1.cpp step2.cpp step3.cpp step4.cpp step5.cpp step6.cpp utility_client.md utility_server websocketpp .gitattributes .gitignore .travis.yml ...
我使用的是VC++ VisualC++---IfyouwanttocompileintheassemblylanguageroutineswithVisualC++,thenyouwillneedalreadymentionedNetwideAssemblerbinary,nasmw.exeornasm.exe,tobeavailableonyour%PATH%.FirstlyyoushouldrunConfigurewithplatformVC-WIN32:>perlConfigureVC-WIN32--prefix=c:\some\openssl\dirWheretheprefixargument...
我使用的是VC++ VisualC++---IfyouwanttocompileintheassemblylanguageroutineswithVisualC++,thenyouwillneedalreadymentionedNetwideAssemblerbinary,nasmw.exeornasm.exe,tobeavailableonyour%PATH%.FirstlyyoushouldrunConfigurewithplatformVC-WIN32:>perlConfigureVC-WIN32--prefix=c:\some\openssl\dirWheretheprefixargument...
This allows a wrapping library to enumerate all headers to send upstream. Thank you Jupp Müller for reporting and an initial pull request. Improvement: Move the socket_init_handler to execute as a part of init_asio rather than connection pre_init. This allows setting of socket options prior ...
size limit, resulting in connections that included a lot of frame data immediately after the opening handshake to fail. Bug: Fix a typo in the name of the set method formax_http_body_size.#406 Thank you jplatte for reporting. Assets2 ...
connection to another connection handler set_http_error: reject the connection with a specific HTTP error add_header adds an HTTP header to the server handshake set_subprotocol selects a subprotocol for the connection send: text and binary varients send a websocket message ping: send a ping 2...
This allows a wrapping library to enumerate all headers to send upstream. Thank you Jupp Müller for reporting and an initial pull request. Improvement: Move the socket_init_handler to execute as a part of init_asio rather than connection pre_init. This allows setting of socket options prior ...
Default is * frame::opcode::binary */ lib::error_code send(void const * payload, size_t len, frame::opcode::value op = frame::opcode::binary); /// Add a message to the outgoing send queue /** * If presented with a prepared message it is added without validation or *...
return "Clients may not send unmasked frames"; case error::masking_forbidden: return "Servers may not send masked frames"; case error::non_minimal_encoding: return "Payload length was not minimally encoded"; case error::requires_64bit: return "64 bit frames are not supported on 32 bit syst...