[20:20:58] AaronSchulz: I think maybe we should revert or fix https://phabricator.wikimedia.org/T277056 before the other stuff we discussed [22:59:03] Krinkle: did you see the quick fix? [23:00:53] AaronSchulz: O [23:01:18] AaronSchulz: I'm aware of a "work around" patch from last week, which Bartosz and Ammarpad tested and found to be insufficient [23:07:47] I just re-posted that original patch without the type hints [23:23:44] Krinkle: do you have an example of https://gerrit.wikimedia.org/r/c/mediawiki/core/+/661452/4/includes/MediaWiki.php#841 ? [23:58:32] AaronSchulz: HTTP/2 is not a server protocol recognised at the HTTP level [23:58:39] it doesnt exist [23:59:11] AaronSchulz: https://user.fm/files/v2-6d4a4d4ac8c13313b67c4cbcc4e57fbd/http2-frame-example-eqiad-wmnet.txt [23:59:18] that's an example using production mwdebug1002 [23:59:23] using HTTP/2 to connect with cURL [23:59:33] and HTTP1/1 seen on the reception by PHP [23:59:51] that's glossing over the fact that we don't speak HTTP/2 internally so it's not a great example I suppose [23:59:57] but it's that way always.