-
[Story](https://www.pivotaltracker.com/story/show/99759662)
FileServer will exhaust java heap space due to attempting to buffer the entire jar into a byte array
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
Reported by @benjamingeer in https://github.com/akka/akka/issues/16290#issuecomment-74877049:
> We recently switched back from Akka HTTP to Spray because we found that Akka HTTP leaks memory. I haven…
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
Hi there,
We cache in memory the result of parsing some JSON with spray-json. Recently we noticed we had hundreds of MB of copies of the empty String (`""`) because we get a lot of them in the JSON w…
theon updated
9 years ago
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
```
The handler for the WebPageProxy::DidReceiveEvent IPC message fails to check
that the WTF::Deque m_currentlyProcessedWheelEvents is not empty before calling
takeFirst() when processing an event …
-
Hyper would be far more powerful of a client & server if it was based on traditional event-oriented I/O, single-threaded or multi-threaded. You should look into https://github.com/carllerche/mio or a…