mirror of
https://github.com/nginx/nginx.git
synced 2024-12-16 22:47:47 +08:00
ee37ff613f
The SPDY support is removed, as it's incompatible with the new module.
11 lines
145 B
C
11 lines
145 B
C
|
|
/*
|
|
* Copyright (C) Nginx, Inc.
|
|
* Copyright (C) Valentin V. Bartenev
|
|
*/
|
|
|
|
|
|
#include <ngx_config.h>
|
|
#include <ngx_core.h>
|
|
#include <ngx_http.h>
|