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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to