Skip to content

Commit

Permalink
Use name in TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lukase committed Dec 15, 2014
1 parent 6759e52 commit 7ecf725
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/http/HTTPServer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -490,7 +490,7 @@ void *HTTPServer::Run() {

#ifdef _WIN32
// set a short poll interval since we'd block too long otherwise.
// TODO(LE) investigate why the poller does not wake up on HTTP requests.
// TODO(Lukas) investigate why the poller does not wake up on HTTP requests.
m_select_server.SetDefaultInterval(TimeInterval(1, 0));
#else
// set a long poll interval so we don't spin
Expand Down

0 comments on commit 7ecf725

Please sign in to comment.