Skip to content

Commit

Permalink
request return http as the protocol name
Browse files Browse the repository at this point in the history
  • Loading branch information
amnonh committed Mar 30, 2015
1 parent 2ff0f41 commit f6d253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http/request.hh
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ struct request {
* Get the request protocol name. Can be either "http" or "https".
*/
sstring get_protocol_name() const {
return protocol_name;
return "http";
}

/**
Expand Down

0 comments on commit f6d253b

Please sign in to comment.