Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit c3e2da3

Browse files
committed
keep url.format() from choking in new four_oh_four method
1 parent 8f4ee83 commit c3e2da3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

server.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ server = Http.createServer (req, resp) ->
279279

280280
process_url url, transferredHeaders, resp, max_redirects
281281
else
282-
four_oh_four(resp, "checksum mismatch", "", "#{hmac_digest}:#{query_digest}")
282+
four_oh_four(resp, "checksum mismatch", url, "#{hmac_digest}:#{query_digest}")
283283
else
284284
four_oh_four(resp, "No pathname provided on the server")
285285

server.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)