Socket library updates to support detecting sockets passed as FDs, removed use of peek() in HTTP request handler, fixed 100% CPU usage problem for unfinished HTTP requests
This commit is contained in:
parent
83665c4e3b
commit
ec0b19b92c
7 changed files with 148 additions and 165 deletions
|
@ -760,6 +760,7 @@ namespace Mist{
|
|||
}
|
||||
|
||||
if (!keepGoing()){
|
||||
INFO_MSG("Aborting page load due to shutdown");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue