dragon512 commented on PR #9584:
URL: https://github.com/apache/trafficserver/pull/9584#issuecomment-1540933552
I think this is the wrong fix.
it should be
`index e23d1f8..8678097 100644
--- a/iocore/eventsystem/IOBuffer.cc
+++ b/iocore/eventsystem/IOBuffer.cc
@@ -79,7 +79,7 @@ init_buffer_allocators(int iobuffer_advice)
auto
make_buffer_size_parser()
{
- return [l = swoc::Lexicon<int>{
+ return [l = swoc::Lexicon<int>{swoc::Lexicon<int>::with_multi
{{0, {"128"}},
{1, {"256"}},
{2, {"512"}},`
--
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]