compatibleone / accords-platform

www.compatibleone.org
Apache License 2.0
11 stars 12 forks source link

CONNECT-317 Handle empty HTTP Response message. #17

Closed MarkOnApp closed 11 years ago

MarkOnApp commented 11 years ago

corest/restserver.c Altered: "rest_transmit_response()" to append newline to HTTP Response Status-Line even if message is missing; "rest_response_status()" to set response status even if message is NULL.