? ? Pending

User tests: Successful: Unsuccessful:

avatar brianteeman
brianteeman
15 Sep 2021

code review

Mozilla telemetry indicates that there is less than 0.24% still using 1.0 https://mzl.la/3tFMtkA

httparchive didnt even include 1.0 in its 2020 almanac https://almanac.httparchive.org/en/2020/http#fig-3 but in 2019 they reported less than 0.06%

avatar brianteeman brianteeman - open - 15 Sep 2021
avatar brianteeman brianteeman - change - 15 Sep 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 15 Sep 2021
Category Libraries
avatar simbus82
simbus82 - comment - 15 Sep 2021

Is it possible to check the protocol supported by the server (or forcing it by a setting) and then use the right HTTP version?
For example using h2 or Quic/h3 for requests, if supported...
We can reduce a lot latencies (with requests or stream multiplexing) and minimize the protocol overhead (HTTP/1.1 has a lot)
For multiple requests we can see a real speed improvement.
image

avatar brianteeman
brianteeman - comment - 15 Sep 2021

Probably but its beyond the scope of this PR which is just getting rid of outdated http/1.0

avatar brianteeman
brianteeman - comment - 15 Sep 2021

Feel free to submit a pr there

avatar alikon alikon - test_item - 19 Sep 2021 - Tested successfully
avatar alikon
alikon - comment - 19 Sep 2021

I have tested this item successfully on 51fa166


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35568.

avatar alikon
alikon - comment - 19 Sep 2021

shouldn't be backported on j3 ?

avatar brianteeman
brianteeman - comment - 19 Sep 2021

are we backporting everything?

avatar alikon
alikon - comment - 19 Sep 2021

i mean this specific "thing"

avatar rjharishabh rjharishabh - test_item - 23 Oct 2021 - Tested successfully
avatar rjharishabh
rjharishabh - comment - 23 Oct 2021

I have tested this item successfully on 51fa166


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35568.

avatar rjharishabh rjharishabh - change - 23 Oct 2021
Status Pending Ready to Commit
avatar rjharishabh
rjharishabh - comment - 23 Oct 2021

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/35568.

avatar richard67 richard67 - change - 1 Nov 2021
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2021-11-01 13:08:12
Closed_By richard67
Labels Added: ? ?
avatar richard67 richard67 - close - 1 Nov 2021
avatar richard67 richard67 - merge - 1 Nov 2021
avatar richard67
richard67 - comment - 1 Nov 2021

Thanks

avatar brianteeman
brianteeman - comment - 1 Nov 2021

Thanks

Add a Comment

Login with GitHub to post a comment