Skip to content

Commit

Permalink
remove remaining reference to REQUEST_URI
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelo Gladding authored and jonashaag committed Jan 8, 2011
1 parent 113bf91 commit 489326e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bjoern/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ bool string_iequal(const char* a, const size_t len, const char* b)

void _initialize_static_strings() {
#define _(name) _##name = PyString_FromString(#name)
_(REMOTE_ADDR); _(PATH_INFO); _(QUERY_STRING); _(REQUEST_URI);
_(REMOTE_ADDR); _(PATH_INFO); _(QUERY_STRING);
_(HTTP_FRAGMENT); _(REQUEST_METHOD); _(SERVER_PROTOCOL); _(GET);
_(close); _(0); _(Connection);
_Content_Length = PyString_FromString("Content-Length");
Expand Down

0 comments on commit 489326e

Please sign in to comment.