You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2020/04/28 07:39:35 UTC

[GitHub] [trafficserver] oknet commented on a change in pull request #6707: BugFix: MIOBuffer created in lazzy ways, may not has IOBufferBlock #6702

oknet commented on a change in pull request #6707:
URL: https://github.com/apache/trafficserver/pull/6707#discussion_r416397260



##########
File path: proxy/http/HttpSM.cc
##########
@@ -1907,6 +1907,12 @@ HttpSM::state_read_server_response_header(int event, void *data)
   case VC_EVENT_EOS:
     server_entry->eos = true;
 
+    if (vio->ndone == 0) {

Review comment:
       @shinrich removed these code by bba6321e6305f6321ebb5d571c5ad382ab3acf20.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org