Greg Wilkins

Results 470 comments of Greg Wilkins

Also: https://github.com/eclipse/jetty.project/blob/6d88f966e1bfe910f03ac1179ee84877c47d01e2/jetty-websocket/websocket-common/src/main/java/org/eclipse/jetty/websocket/common/message/SimpleBinaryMessage.java#L61

@paplorinc Jetty-9 is in feature freeze other than for sponsored work for our commercial clients. We have to give priority to stability in 9 rather than features, so we now...

@mjs8002 whilst @sbordet is correct (in that we will not be fixing JNR nor jetty-9), I'm interested in analysing why you think there is a race condition registering the attachement,...

@lachlan-roberts can we add a test for that.

@joakime @lachlan-roberts @lorban just a note to re-enforce the principles on which aliase checking is intended to work. By default we should NOT server aliased resources. i.e. we will only...

Here is that log sorted by thread: ``` 03/30/2018 18:15:47.202 DEBUG jetty WebSocketContainer@1444944344-36: Selector sun.nio.ch.WindowsSelectorImpl@d94c4f5 woken up from select, 0/0 selected 03/30/2018 18:15:47.315 DEBUG jetty WebSocketContainer@1444944344-36: Selector sun.nio.ch.WindowsSelectorImpl@d94c4f5 processing 0...

I cannot see how this is not a JVM bug. These are 4 idle selectors with each having no keys at all, so they should all definitely block in select...

Shouldn't server initiated streams be done via push promises so that any intermediaries will understand what is going on? For @chanh1964's video example, the client needs to make a request...

@sbordet I'm dubious any client will allow a server to open a stream without a prior push promise!

I think CI failure was an overload of the CI machine. Re-running...