We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b2ab70 commit 3ecb7b5Copy full SHA for 3ecb7b5
src/httpserver/http_response.hpp
@@ -364,9 +364,13 @@ class switch_protocol_response : public http_response
364
public:
365
switch_protocol_response
366
(
367
- );
+ )
368
+ {
369
+ }
370
- switch_protocol_response(const http_response& b) : http_response(b) { }
371
+ switch_protocol_response(const http_response& b) : http_response(b)
372
373
374
protected:
375
virtual void get_raw_response(MHD_Response** res, bool* found)
376
{
0 commit comments