seznam / fastrpc

FastRPC library
http://seznam.github.io/frpc
GNU Lesser General Public License v2.1
46 stars 46 forks source link

misplaced catch of protocolerror in frpcserver #91

Closed mbcko closed 2 years ago

mbcko commented 2 years ago

Catching the ProtocolError error before the HttpError error caused incorrect behavior for failed HTTP requests, such as not returning any data instead of the 405 status when using the wrong transfer method.