Skip to content

Commit

Permalink
Remove double specification of content length
Browse files Browse the repository at this point in the history
  • Loading branch information
GavinMendelGleason committed Oct 14, 2024
1 parent 99fcefc commit 068e00d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion prolog/tus.pl
Original file line number Diff line number Diff line change
Expand Up @@ -783,7 +783,6 @@
request_header('Upload-Length'=Length),
request_header('Upload-Metadata'=Metadata),
request_header('Tus-Resumable'='1.0.0'),
request_header('Content-Length'=0),
content_length(0),
reply_header(Reply_Header),
status_code(Code)
Expand Down

0 comments on commit 068e00d

Please sign in to comment.