Home
last modified time | relevance | path

Searched refs:nxt_unit_req_error (Results 1 – 10 of 10) sorted by relevance

/unit/src/perl/
H A Dnxt_perl_psgi.c161 nxt_unit_req_error(arg->req, "Perl: %s", (const char*) vbuf); in nxt_perl_psgi_io_error_write()
388 nxt_unit_req_error(req, "PSGI: Failed to call method '%s':\n%s", in nxt_perl_psgi_call_method()
793 nxt_unit_req_error(req, in nxt_perl_psgi_result_head()
808 nxt_unit_req_error(req, "PSGI: Bad format for head from " in nxt_perl_psgi_result_head()
898 nxt_unit_req_error(req, "PSGI: Failed to write content from " in nxt_perl_psgi_result_body()
1034 nxt_unit_req_error(req, in nxt_perl_psgi_result_array()
1043 nxt_unit_req_error(req, in nxt_perl_psgi_result_array()
1054 nxt_unit_req_error(req, "PSGI: Failed to get head from " in nxt_perl_psgi_result_array()
1076 nxt_unit_req_error(req, in nxt_perl_psgi_result_array()
1222 nxt_unit_req_error(req, in nxt_perl_psgi_request_handler()
[all …]
/unit/src/python/
H A Dnxt_python_wsgi.c350 nxt_unit_req_error(req, "Python failed to create arguments tuple"); in nxt_python_request_handler()
366 nxt_unit_req_error(req, "Python failed to call the application"); in nxt_python_request_handler()
402 nxt_unit_req_error(req, "the application returned " in nxt_python_request_handler()
417 nxt_unit_req_error(req, in nxt_python_request_handler()
699 nxt_unit_req_error(pctx->req, in nxt_python_get_environ()
735 nxt_unit_req_error(pctx->req, in nxt_python_add_char()
755 nxt_unit_req_error(pctx->req, in nxt_python_add_py_string()
777 nxt_unit_req_error(pctx->req, in nxt_python_add_field()
788 nxt_unit_req_error(pctx->req, in nxt_python_add_field()
798 nxt_unit_req_error(pctx->req, in nxt_python_add_field()
[all …]
H A Dnxt_python_asgi.c544 nxt_unit_req_error(req, "Python failed to call legacy app stage1"); in nxt_py_asgi_request_handler()
552 nxt_unit_req_error(req, in nxt_py_asgi_request_handler()
569 nxt_unit_req_error(req, "Python failed to call the application"); in nxt_py_asgi_request_handler()
577 nxt_unit_req_error(req, "Application result type is not a coroutine"); in nxt_py_asgi_request_handler()
588 nxt_unit_req_error(req, "Python failed to call the create_task"); in nxt_py_asgi_request_handler()
602 nxt_unit_req_error(req, in nxt_py_asgi_request_handler()
1333 nxt_unit_req_error(req, "failed to parse Content-Length " in nxt_py_asgi_add_field()
H A Dnxt_python_asgi_lifespan.c200 nxt_unit_req_error(NULL, in nxt_py_asgi_lifespan_target_startup()
208 nxt_unit_req_error(NULL, in nxt_py_asgi_lifespan_target_startup()
238 nxt_unit_req_error(NULL, in nxt_py_asgi_lifespan_target_startup()
H A Dnxt_python_asgi_http.c268 nxt_unit_req_error(http->req, "asgi_http_send: " in nxt_py_asgi_http_send()
308 nxt_unit_req_error(http->req, "asgi_http_response_start: " in nxt_py_asgi_http_response_start()
671 nxt_unit_req_error(http->req, in nxt_py_asgi_http_done()
H A Dnxt_python_asgi_websocket.c157 nxt_unit_req_error(ws->req, in nxt_py_asgi_websocket_receive()
218 nxt_unit_req_error(ws->req, "asgi_websocket_send: " in nxt_py_asgi_websocket_send()
247 nxt_unit_req_error(ws->req, "asgi_websocket_send: " in nxt_py_asgi_websocket_send()
1060 nxt_unit_req_error(ws->req, in nxt_py_asgi_websocket_done()
/unit/src/ruby/
H A Dnxt_ruby.c690 nxt_unit_req_error(req, in nxt_ruby_rack_app_run()
697 nxt_unit_req_error(req, in nxt_ruby_rack_app_run()
706 nxt_unit_req_error(req, in nxt_ruby_rack_app_run()
844 nxt_unit_req_error(req, in nxt_ruby_rack_result_headers()
886 nxt_unit_req_error(headers_info->req, in nxt_ruby_hash_info()
893 nxt_unit_req_error(headers_info->req, in nxt_ruby_hash_info()
1071 nxt_unit_req_error(req, in nxt_ruby_rack_result_body()
1088 nxt_unit_req_error(req, in nxt_ruby_rack_result_body()
1154 nxt_unit_req_error(req, in nxt_ruby_rack_result_body_file_write()
1163 nxt_unit_req_error(req, in nxt_ruby_rack_result_body_file_write()
[all …]
H A Dnxt_ruby_stream_io.c252 nxt_unit_req_error(rctx->req, "Ruby: %s", RSTRING_PTR(val)); in nxt_ruby_stream_io_s_write()
/unit/src/
H A Dnxt_unit.h390 #define nxt_unit_req_error(req, fmt, ARGS...) \ macro
H A Dnxt_unit.c2994 nxt_unit_req_error(req, "Failed to add piggyback content"); in nxt_unit_response_write_cb()
3004 nxt_unit_req_error(req, "Read error"); in nxt_unit_response_write_cb()
3020 nxt_unit_req_error(req, "Failed to send headers with content"); in nxt_unit_response_write_cb()
3048 nxt_unit_req_error(req, "Read error"); in nxt_unit_response_write_cb()
3060 nxt_unit_req_error(req, "Failed to send content"); in nxt_unit_response_write_cb()