An Tao
An Tao
I can't reproduce this error in my environment. ``` curl -X 'GET' -k https://10.0.0.100:1100/test -v -s -o /dev/null * Trying 10.0.0.100:1100... * Connected to 10.0.0.100 (10.0.0.100) port 1100 (#0) *...
Can you test your application in a normal linux x86 server?
> `TRACE [sendFileInLoop] send file in loop: break on socket buffer full (?) - TcpConnectionImpl.cc:1215` this line always seems to happen when the issue appears You could modify that line...
I think the [PR](https://github.com/an-tao/trantor/pull/312) may resolve this problem, @tripleslash would u please check it out?
@tripleslash Thanks so much for your test on this. I added some debug logs to the destructor of the Tcp Connection Impl class (https://github.com/an-tao/trantor/pull/312/commits/6f854779ecaa96a43a249265045b263328d49e3f). please check it out. when the...
@prm-james-hill Thanks so much for your feedback. You can try the latest modifications, I'm currently simplifying the internal logic of this part and maybe it can fix this problem (#308)....
@prm-james-hill Would u please check out the PR #312 ?
> @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...
It LGTM
@fantasy-peak 谢谢你的pr,不过我想做更灵活的抽象,类似netty的pipeline那种。我得想想,你有什么想法也可以讨论