Skip to content

Commit

Permalink
fix(http): Keep the status message as part of the response for consumer
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasGeraud committed Aug 27, 2019
1 parent cc281ab commit a9c6c84
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -34,7 +34,7 @@ public interface ProxyResponse extends ReadStream<Buffer> {
* Reason-Phrase is intended to give a short textual description of the Status-Code.
* @return
*/
default String reason() { return null; }
String reason();

/**
* @return the headers in the response.
Expand Down

0 comments on commit a9c6c84

Please sign in to comment.