Skip to content

Commit

Permalink
update httpdtest
Browse files Browse the repository at this point in the history
  • Loading branch information
BernhardValenti committed Jan 6, 2011
1 parent 68ca78a commit 382b257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demos/misc/httpdtest.php
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function test_callback($evhttp_request)
{
echo "script-land memory: ".memory_get_usage()." and real memory from system: ".memory_get_usage(true)."\n";

$uri = evhttp_request_uri($evhttp_request);
$uri = evhttp_request_get_uri($evhttp_request);

$ct = evhttp_request_find_header($evhttp_request, 'Content-Type');
echo "URI: $uri\n";
Expand Down

0 comments on commit 382b257

Please sign in to comment.