You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficserver.apache.org by GitBox <gi...@apache.org> on 2021/10/28 15:25:00 UTC

[GitHub] [trafficserver] SolidWallOfCode edited a comment on issue #8461: Assertion in TextView unit test

SolidWallOfCode edited a comment on issue #8461:
URL: https://github.com/apache/trafficserver/issues/8461#issuecomment-953943405


   ~Should I change the code to~ no, because for some Turing forsaken reason the result should include brackets, which seems crazy to me, but I don't want to chase down all the places that use that MIME header logic.
   ```
   if ('[' == *b) {
     host = ++b.take_prefix_at(']');
     if (b && *b == ';') {
       port = ++b;
     }
   }
   ```
   


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@trafficserver.apache.org

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