Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
[squash] fix typo
  • Loading branch information
starkwang committed Feb 11, 2019
commit da7b53d6ce5a4837ee724ce1431b1edff2fd809a
2 changes: 1 addition & 1 deletion lib/_http_incoming.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function matchKnownFields(field, lowercased) {
case 8:
if (field === 'Location' || field === 'location')
return 'location';
if (field === 'If-Match' || field === 'if-Match')
if (field === 'If-Match' || field === 'if-match')
return '\u0000if-match';
break;
case 10:
Expand Down