Skip to content

Instantly share code, notes, and snippets.

@sanderfoobar
Created April 18, 2019 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sanderfoobar/8b6b3cdc9082b3b95cd8190ecdf46154 to your computer and use it in GitHub Desktop.
Save sanderfoobar/8b6b3cdc9082b3b95cd8190ecdf46154 to your computer and use it in GitHub Desktop.
nananana nginx
diff --git a/src/http/ngx_http_header_filter_module.c b/src/http/ngx_http_header_filter_module.c
index 9b894059..dd1a7ffd 100644
--- a/src/http/ngx_http_header_filter_module.c
+++ b/src/http/ngx_http_header_filter_module.c
@@ -53,7 +53,21 @@ static u_char ngx_http_server_build_string[] = "Server: " NGINX_VER_BUILD CRLF;
static ngx_str_t ngx_http_status_lines[] = {
- ngx_string("200 OK"),
+ ngx_string(u8"200 NANANANAANANANA OK "
+ u8"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ "
+ u8"░░░░░░░░░░▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄░░░░░░░░░ "
+ u8"░░░░░░░░▄▀░░░░░░░░░░░░▄░░░░░░░▀▄░░░░░░░ "
+ u8"░░░░░░░░█░░▄░░░░▄░░░░░░░░░░░░░░█░░░░░░░ "
+ u8"░░░░░░░░█░░░░░░░░░░░░▄█▄▄░░▄░░░█░▄▄▄░░░ "
+ u8"░▄▄▄▄▄░░█░░░░░░▀░░░░▀█░░▀▄░░░░░█▀▀░██░░ "
+ u8"░██▄▀██▄█░░░▄░░░░░░░██░░░░▀▀▀▀▀░░░░██░░ "
+ u8"░░▀██▄▀██░░░░░░░░▀░██▀░░░░░░░░░░░░░▀██░ "
+ u8"░░░░▀████░▀░░░░▄░░░██░░░▄█░░░░▄░▄█░░██░ "
+ u8"░░░░░░░▀█░░░░▄░░░░░██░░░░▄░░░▄░░▄░░░██░ "
+ u8"░░░░░░░▄█▄░░░░░░░░░░░▀▄░░▀▀▀▀▀▀▀▀░░▄▀░░ "
+ u8"░░░░░░█▀▀█████████▀▀▀▀████████████▀░░░░ "
+ u8"░░░░░░████▀░░███▀░░░░░░▀███░░▀██▀░░░░░░ "
+ u8"░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░░ "),
ngx_string("201 Created"),
ngx_string("202 Accepted"),
ngx_null_string, /* "203 Non-Authoritative Information" */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment