Skip to content

Instantly share code, notes, and snippets.

@typester
Created July 30, 2010 07:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save typester/500097 to your computer and use it in GitHub Desktop.
Save typester/500097 to your computer and use it in GitHub Desktop.
diff --git a/src/core/ngx_string.c b/src/core/ngx_string.c
index 9068bd9..e830ad5 100644
--- a/src/core/ngx_string.c
+++ b/src/core/ngx_string.c
@@ -1283,7 +1283,7 @@ ngx_escape_uri(u_char *dst, u_char *src, size_t size, ngx_uint_t type)
0xffffffff, /* 1111 1111 1111 1111 1111 1111 1111 1111 */
/* ?>=< ;:98 7654 3210 /.-, +*)( '&%$ #"! */
- 0x80000869, /* 1000 0000 0000 0000 0000 1000 0110 1001 */
+ 0x88000869, /* 1000 1000 0000 0000 0000 1000 0110 1001 */
/* _^]\ [ZYX WVUT SRQP ONML KJIH GFED CBA@ */
0x00000000, /* 0000 0000 0000 0000 0000 0000 0000 0000 */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment