jdev - 2026-06-04


  1. lovetox

    HTTP1 should be fine on most webservers or?

  2. lovetox

    or is it already so that some servers dont support that anymore?

  3. theTedd

    I have encountered some that reject HTTP1 requests

  4. theTedd

    Possibly CloudFlare, or that was coincidental

  5. singpolyma

    you mean 1.0? Or 1.1?

  6. theTedd

    0.9, 1.0, 1.1

  7. Cynthia

    HTTP 0.9 has no headers

  8. lovetox

    i mean whatever people mean if they say the server does not support HTTP2

  9. singpolyma

    If 1.0 didn't work that's a bit odd but not a huge shock. If 1.1 doesn't work one may well ask if it counts as a webserver at all

  10. singpolyma

    HTTP2 is barely HTTP really. It's just some other thing

    👍 1
  11. lovetox

    i enabled http2 support in Gajim a few releases back, since then many users complain that its worse in some way or does not work at all

  12. theTedd

    Could be websites rejecting anything that doesn't look like a standard (popular) browser request in an attempt to fight LLM crawlers?

  13. lovetox

    no, we are talking about xmpp http upload servers

  14. theTedd

    Having links to investigate would really help

  15. singpolyma

    I'd expect most such to not support http2 but I assume you have fallback

  16. lovetox

    the problem is with the servers that support http2

  17. lovetox

    there problems are reported

  18. lovetox

    im not interested to debug http servers and libraries, i just plan to disable it and go back to http1 only

  19. lovetox

    the problems are not of the nature "does not work at all" which is probably easy to debug

  20. lovetox

    the problems are stuff like, "takes 20 seconds longer than usual", "stuck at 100%", or very technical errors from the lib, like some frame windows are not big enough

  21. Link Mauve

    Oh, I’ve experienced the "stuck at 100%" bug against JabberFR, which uses a very standard nginx with h2 enabled.

  22. Link Mauve

    So it is an issue of your HTTP library?

  23. lovetox

    as said, i dont debug http libraries, nor servers