uhd-urz / elAPI

An extensible API client for eLabFTW
GNU Affero General Public License v3.0
5 stars 0 forks source link

HTTP/2 support not enabled #44

Closed alexander-haller closed 1 month ago

alexander-haller commented 1 month ago

In GitLab by @mhxion on Jun 13, 2024, 15:57

I just realized, we have HTTP/2 protocol support disabled. We require one more 3rd-party dependency if we want to enable HTTP2. All our elabftw servers do support HTTP2. Our API requests might benefit from HTTP/2 features.

alexander-haller commented 1 month ago

In GitLab by @mhxion on Jun 13, 2024, 17:18

I am thinking now this is probably not too much of a big deal, i.e., there's probably nothing to discuss. HTTP/2 is so used so much now, you'd likely have no problem with it. I am leaving the label as discussion anyway.

alexander-haller commented 1 month ago

+1 for HTTP/2

I do not see any more negative impacts (other than the additional dependency) and it might speed up large requests.