Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8300268

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

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 21
    • None
    • 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

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

              Created:
              Updated:
              Resolved: