Home
last modified time | relevance | path

Searched refs:failed (Results 1 – 17 of 17) sorted by last modified time

/unit/
H A DCHANGES253 *) Bugfix: some Perl applications failed to process the request body,
256 *) Bugfix: some Spring Boot applications failed to start, notably with
417 *) Bugfix: the PHP 5 module failed to build with thread safety enabled;
576 failed to start; the bug had appeared in 1.18.0.
617 *) Bugfix: "close() failed (9: Bad file descriptor)" alerts might have
757 *) Bugfix: reconfiguration failed if "listeners" or "applications"
760 *) Bugfix: applying a large configuration might have failed.
779 *) Bugfix: applying a large configuration might have failed.
829 *) Bugfix: install of Go module failed without prior building of Unit
864 *) Bugfix: PHP module build failed if PHP interpreter was built with
[all …]
/unit/src/
H A Dnxt_router.c440 goto failed; in nxt_router_start_app_process_handler()
456 goto failed; in nxt_router_start_app_process_handler()
466 goto failed; in nxt_router_start_app_process_handler()
481 failed: in nxt_router_start_app_process_handler()
H A Dnxt_main_process.c489 goto failed; in nxt_main_start_process_handler()
497 goto failed; in nxt_main_start_process_handler()
514 goto failed; in nxt_main_start_process_handler()
532 goto failed; in nxt_main_start_process_handler()
545 goto failed; in nxt_main_start_process_handler()
560 goto failed; in nxt_main_start_process_handler()
568 goto failed; in nxt_main_start_process_handler()
579 goto failed; in nxt_main_start_process_handler()
604 failed: in nxt_main_start_process_handler()
H A Dnxt_application.c608 goto failed; in nxt_proto_start_process_handler()
614 goto failed; in nxt_proto_start_process_handler()
628 goto failed; in nxt_proto_start_process_handler()
652 goto failed; in nxt_proto_start_process_handler()
659 failed: in nxt_proto_start_process_handler()
H A Dnxt_var.c34 nxt_uint_t failed; /* 1 bit */ member
H A Dnxt_tstr.c40 nxt_uint_t failed; /* 1 bit */ member
260 if (nxt_slow_path(query->failed)) { in nxt_tstr_query()
270 query->failed = 1; in nxt_tstr_query()
280 query->failed = 1; in nxt_tstr_query()
303 return query->failed; in nxt_tstr_query_failed()
317 query->failed ? query->error : query->ready, in nxt_tstr_query_resolve()
325 nxt_bool_t failed) in nxt_tstr_query_handle() argument
327 query->failed |= failed; in nxt_tstr_query_handle()
331 query->failed ? query->error : query->ready, in nxt_tstr_query_handle()
H A Dnxt_tstr.h59 nxt_bool_t failed);
/unit/src/nodejs/unit-http/
H A Dunit.cpp281 goto failed; in create_server()
286 failed: in create_server()
1105 goto failed; in websocket_send_frame()
1110 failed: in websocket_send_frame()
/unit/test/
H A Dconftest.py250 if hasattr(request.node, 'rep_call') and request.node.rep_call.failed:
/unit/auto/modules/
H A Dpython149 raise Exception("failed to compute sys.path mount points")
/unit/src/java/
H A Dnxt_jni_Request.c241 goto failed; in nxt_java_initRequest()
246 goto failed; in nxt_java_initRequest()
251 goto failed; in nxt_java_initRequest()
256 failed: in nxt_java_initRequest()
H A Dnxt_jni_Thread.c37 goto failed; in nxt_java_initThread()
45 goto failed; in nxt_java_initThread()
53 goto failed; in nxt_java_initThread()
58 failed: in nxt_java_initThread()
H A Dnxt_jni_URLClassLoader.c41 goto failed; in nxt_java_initURLClassLoader()
48 goto failed; in nxt_java_initURLClassLoader()
55 goto failed; in nxt_java_initURLClassLoader()
62 goto failed; in nxt_java_initURLClassLoader()
79 goto failed; in nxt_java_initURLClassLoader()
84 failed: in nxt_java_initURLClassLoader()
H A Dnxt_jni_Context.c47 goto failed; in nxt_java_initContext()
54 goto failed; in nxt_java_initContext()
60 goto failed; in nxt_java_initContext()
83 goto failed; in nxt_java_initContext()
88 failed: in nxt_java_initContext()
/unit/src/java/nginx/unit/websocket/
H A DWsFrameClient.java167 public void failed(Throwable exc, Void attachment) { in failed() method in WsFrameClient.WsFrameClientCompletionHandler
H A DLocalStrings.properties33 backgroundProcessManager.processFailed=A background process failed
118 wsSession.instanceNew=Endpoint instance registration failed
119 wsSession.instanceDestroy=Endpoint instance unregistration failed
134 wsWebSocketContainer.httpRequestFailed=The HTTP request to initiate the WebSocket connection failed
H A DAsyncChannelWrapperSecure.java472 handler.failed(throwable, attachment); in fail()