Duet3D Logo Duet3D
    • Tags
    • Documentation
    • Order
    • Register
    • Login
    1. Home
    2. Zambiorix
    3. Best
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 10
    • Best 2
    • Controversial 0
    • Groups 0

    Best posts made by Zambiorix

    • RE: no keep alive support?

      @chrishamm

      I have installed the development environment and implemented keep-alive for HttpResponder.

      Its has no impact on browser calls, those sockets get closed even when Connection: keep-alive is set.

      If the Rrf-Keep-Alive: force header is set, keep-alive starts working for a single socket. (so max 1 concurrent open socket)
      __LPC17xx__ is also checked and, if set, disables keep-alive.

      I have to do some more testing, but all seems to work smooth.

      If interested I can create a pull request, for you to verify?

      Cheers
      Gerd

      posted in Firmware wishlist
      Zambiorixundefined
      Zambiorix
    • RE: no keep alive support?

      @gloomyandy thanks! Figured out I had to install a more recent arm toolchain

      posted in Firmware wishlist
      Zambiorixundefined
      Zambiorix