Lars H. Rohwedder

Results 33 comments of Lars H. Rohwedder

1. "last updated in 2016" is no excuse to list a certain library first but don't mention it in the results. Perhaps there was a reason for it? I don't...

Thank you for you quick reply! > Do you send `Connection: close` or use `HTTP/1.0`? I set the header "Connection: Upgrade" as required by the WebSocket protocol spec. > You...

> > I set the header "Connection: Upgrade" as required by the WebSocket protocol spec. > > So I guess that the server does not close the socket? I don't...

Huh? Why closed? The problem is still not solved. I still have no official way to send data or use the connection (or socket?) to process the WebSockets protocol after...

Thank you. It is okay when it takes some time, but it should not be forgotten. :-)

@ploxiln: Thank you. I only use libevent because it gives me ev_http which does the nasty HTTP stuff for me. If I have to write my own HTTP stack, there...

@azat: I tried to do that but did not succeed. :-( So if you would give it a try, I'd appreciate it and also test it when finished. :-)

> I noticed that evhttp's spiritual successor libevhtp (see #261) has a function [evhtp_connection_take_ownership()](https://github.com/criticalstack/libevhtp/blob/develop/include/evhtp/evhtp.h#L1359) which you may find useful. Oh, there is a successor to evhttp? Is it part of...

> _libevhtp_ is a separate library. Please see #261 and https://github.com/criticalstack/libevhtp for more information. Okay, my questions are too vague. #261 was closed, but unfortunately it is not clear to...