You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When handling a POST request with the NNTP server library, the headers are parsed and the original headers are discarded.
In particular, the header order is discarded as the parsed headers are stored in a map that doesn't keep the order.
It would be great to have access to unparsed posted message. Once the message is stored in a buffer, we can then parse at will the headers afterwards. I can prepare a pull request for that.
The text was updated successfully, but these errors were encountered:
When handling a POST request with the NNTP server library, the headers are parsed and the original headers are discarded.
In particular, the header order is discarded as the parsed headers are stored in a
map
that doesn't keep the order.It would be great to have access to unparsed posted message. Once the message is stored in a buffer, we can then parse at will the headers afterwards. I can prepare a pull request for that.
The text was updated successfully, but these errors were encountered: