01 2018 档案

摘要:<script> alert("hello") </script> def _get_server(self, key): if isinstance(key, tuple): serverhash, key = key else: serverhash = serverHashFunction(k 阅读全文
posted @ 2018-01-22 15:47 十年闷油瓶 阅读(136) 评论(0) 推荐(0)
摘要:请求体的读取一般发生在nginx的content handler中,一些nginx内置的模块,比如proxy模块,fastcgi模块,uwsgi模块等,这些模块的行为必须将客户端过来的请求体(如果有的话)以相应协议完整的转发到后端服务进程,所有的这些模块都是调用了ngx_http_read_clie 阅读全文
posted @ 2018-01-20 09:42 十年闷油瓶 阅读(2142) 评论(0) 推荐(0)