NavidJalali commented on PR #684: URL: https://github.com/apache/pekko-http/pull/684#issuecomment-2918667836
I've hit a little snag, modeled companion class always pre-initializes the name of the header as the name of the class! Even `TE` is rendered as `TE: ???`. If I overwrite it it will cause initialization issues and NPEs <img width="856" alt="image" src="https://github.com/user-attachments/assets/325ee0d1-b452-4a74-9c96-acaec21de615" /> I guess I could solve that by turning that val into a def but its a change in behavior and I am not sure of the performance impacts. Any suggestions? -- 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: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org