Skip to content

Commit

Permalink
* src/wget.c: Remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
Darshit Shah committed Apr 29, 2024
1 parent 329d128 commit bb3199f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wget.c
Original file line number Diff line number Diff line change
Expand Up @@ -1823,7 +1823,7 @@ static int process_response_header(wget_http_response *resp)
/*
* Modifying the request method on a redirect can only happen in
* the following limited cases:
*
*
* * [RFC 7231 sec 6.4.2]: A user agent MAY change a POST to GET on a 301 response
* * [RFC 7231 sec 6.4.3]: A user agent MAY change a POST to GET on a 302 response
* * [RFC 7231 sec 6.4.4]: A way to redirect the user agent to the representation of a POST request
Expand Down

0 comments on commit bb3199f

Please sign in to comment.