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

HttpServer.stop should terminate immediately if no exchanges are in progress

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 21
    • core-libs
    • None

      HttpServer.stop blocks until the last active exchange handler completes. If there are no active exchanges when stop is called, the method should complete immediately. However, in that case it always blocks for the full delay.

            djelinski Daniel Jelinski
            djelinski Daniel Jelinski
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: