InterNetNews / inn

INN (InterNetNews) Usenet server
https://www.isc.org/othersoftware/#INN
Other
68 stars 12 forks source link

Fix error code returned by innd on TAKETHIS failure #262

Open Julien-Elie opened 1 year ago

Julien-Elie commented 1 year ago

A generic 403 response code is currently returned for Can't store article and Can't write history errors, in response to TAKETHIS. It should be changed to the expected 400 response code, followed with a connection closure, to comply with RFC 4644.