Skip to content

Commit

Permalink
fix encoding for file (Azure#1196)
Browse files Browse the repository at this point in the history
  • Loading branch information
vhvb1989 authored Sep 2, 2020
1 parent 5c7444d commit a9910ed
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sdk/src/azure/core/az_http_header_validation_private.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ static const uint8_t az_http_valid_token[256] = {
0, // 16 -> data link escape
0, // 17 -> device control 1
0, // 18 -> device control 2
0, // 19 -> device control 3
0, // 19 -> device control 3
0, // 20 -> device control 4
0, // 21 -> negative acknowledge
0, // 22 -> synchronous idle
Expand All @@ -56,18 +56,18 @@ static const uint8_t az_http_valid_token[256] = {
0, // 31 -> unit separator
' ', // 32 -> space
'!', // 33 -> !
0, // 34 ->
0, // 34 -> "
'#', // 35 -> #
'$', // 36 -> $
'%', // 37 -> %
'&', // 38 -> &
'\'', // 39 ->
'\'', // 39 -> '
0, // 40 -> (
0, // 41 -> )
'*', // 42 -> *
'+', // 43 -> +
0, // 44 -> ,
'-', // 45 ->
'-', // 45 -> -
'.', // 46 -> .
0, // 47 -> /
'0', // 48 -> 0
Expand Down

0 comments on commit a9910ed

Please sign in to comment.