Tom Akehurst

Results 242 comments of Tom Akehurst

This is looking good. Is it ready to merge as far as you're concerned? I'll probably tweak the release workflow a bit after merging so don't worry about getting that...

It's ready I think. Going to try to merge and release it today, along with a few other things.

I don't think this is something we'd want to do in the core library, but you could implement this fairly trivially by building a `ResponseTransformerV2` extension.

I suggest you head over to the Slack community if you need some support creating and installing WireMock extensions.

No, webhooks is built into the core now, so there's no extension in more recent versions

From a quick tcpdump session, as far as I can tell after WireMock has sent the 101 Upgrade response to HTTP/2 the client starts sending encrypted data despite us still...

On further inspection, this isn't encryption related but definitely seems to be triggered by the combination of upgrade + PUT + chunked encoded request body. Seems this is undefined behaviour...

HTTP/2 toggles added: 363e2ff7ea3ed3b1db16744f1a0dd1b894561e04

https://github.com/jetty/jetty.project/issues/11588

This looks like a distinct problem from #2637 where the JDK HTTP client doesn't correctly handle connection upgrades over plain text, rather than it being related to anything specific about...