tripleslash

Results 29 comments of tripleslash

> I think the [PR](https://github.com/an-tao/trantor/pull/312) may resolve this problem, @tripleslash would u please check it out? I can confirm that the issue seems to be gone with the refactored trantor...

another update on this: i was able to still reproduce this error but it seems to happen much more rarely now with the trantor refactoring

@an-tao If you're doing a rewrite on this, is it possible you design it with support for asynchronous newStreamResponse in mind? Would allow for example server-sent events as mentioned here:...

Also would like to know this

Do you see a way to support this throttling behavior with minimal invasion? I've looked at the chunking callback and added a special case for when -1 is returned then...

Is it possible newStreamResponse could use a different trantor send implementation then to support this more easily?

https://github.com/kamchatka-volcano/cmdlime/blob/master/include/cmdlime/commandlinereader.h this is the content of the file that you've mentioned @Colengms

I may add this when I find some time. Right now the code behind is plain C so it's not too nice to work with :(

Sorry for the late reply @hwc0919 When a client sends a Connection: close header in an HTTP request to a Server-Sent Events (SSE) endpoint, it indicates that the client intends...