Closed FuGangqiang closed 9 years ago
The specification defined status codes plus the reason, e.g. 200 OK
. While client implementations checking for the reason are rare, we recommend to use the standardized reasons. Especially since HTTP/2 does not support reasons any more, see http://evertpot.com/http-2-finalized/.
thanks for the reply.
No problem :)
of course the
status code
must be the same to the protocol, but what about thereason
part?Is it also must same to the protocol?