Skip to content

Commit

Permalink
Feedback.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Jul 28, 2023
1 parent b387459 commit 9902f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/request.toit
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ class RequestOutgoing extends Request:
headers
--is_client_request=true
--content_length=content_length
--has_body=(body != null)
--has_body=has_body
if body:
while data := body.read:
body_writer.write data
Expand Down

0 comments on commit 9902f88

Please sign in to comment.