Native browser-process crash when Fetch.enable (Response) is active and many
requests fail (connection refused) while the OS still reports online.
content::RequestBodyCollector::~RequestBodyCollector()
content::InterceptionJob::NotifyClient(...)
| <?php | |
| $pid = pcntl_fork(); | |
| if ($pid == -1) { | |
| die('could not fork'); | |
| } else if ($pid) { | |
| // we are the parent | |
| declare(ticks=1); | |
| //pcntl_async_signals(true); |
| #!/bin/sh | |
| export DEBIAN_FRONTEND=noninteractive | |
| QPID_VERSION=0.32 | |
| cd $HOME | |
| echo "Creating new folder for qpid - $HOME/qpid" | |
| mkdir qpid | |
| cd qpid | |
| echo "Downloading QPID Packages" | |
| wget -nc http://www.us.apache.org/dist/qpid/$QPID_VERSION/qpid-cpp-$QPID_VERSION.tar.gz & | |
| wget -nc http://www.us.apache.org/dist/qpid/$QPID_VERSION/qpid-tools-$QPID_VERSION.tar.gz & |