jrudolph commented on issue #574: URL: https://github.com/apache/pekko-http/issues/574#issuecomment-2216897099
Thanks for the report. `HeaderParser.failure` tries exactly to convert exceptions into an `Either`-like error but misses the fact that exception messages can be null. We could either return an empty ErrorInfo or try to be a bit more informative and infer some info from the exception class name. -- 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]
