ServerImpl allows too many idle connections when using sun.net.httpserver.maxIdleConnections

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 21
    • Affects Version/s: None
    • Component/s: core-libs
    • None
    • b10

      The `sun.net.httpserver.maxIdleConnections` property currently only gets checked once in ServerImpl.java,
      When there are multiple connections being executed simultaneously it is possible for several to pass this if statement and then proceed to the idle state which results in there being too many IdleConnections

            Assignee:
            Darragh Clarke
            Reporter:
            Darragh Clarke
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: