jrudolph commented on issue #59: URL: https://github.com/apache/pekko-http/issues/59#issuecomment-3944704753
Agreed, the fix looks reasonable and fixes the issue of propagating errors in a way as outlined above. It somewhat muddles the model by introducing a new optional field to `ParsedHeaderFrame` that converts its meaning into a parse error (model not completely denormalized) which might need later cleanup. Also, it introduces another mostly pass-through bidi stage into processing of every request which has performance implications. Overall still much better than not fixing the issue. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
