Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sendFailure (0.11 sec)

  1. testing/internal-integ-testing/src/main/groovy/org/gradle/test/fixtures/server/http/ChainingHttpHandler.java

                        sendFailure(httpExchange, 400, outcome);
                    }
                } catch (Throwable t) {
                    System.out.printf("[%d] handling %s failed with exception%n", id, outcome.getDisplayName());
                    try {
                        sendFailure(httpExchange, 500, outcome);
                    } catch (IOException e) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
Back to top