02 2020 档案

摘要:情景: 开发了一个http模块,挂在conten-phase阶段, static char * ngx_http_ivms(ngx_conf_t *cf, ngx_command_t *cmd, void *conf) { ngx_http_core_loc_conf_t *clcf; clcf = 阅读全文
posted @ 2020-02-25 18:50 yushimeng 阅读(1228) 评论(0) 推荐(0)
摘要:本来包体长度170是没问题的,接收到r->request_body->bufs->buf->pos, 结尾为r->request_body->bufs->buf->last. cgdb过程中发现last - pos = 170 但是不是指向结尾,而是指向了webrtcid字段里面了。 解答: 报文中 阅读全文
posted @ 2020-02-12 14:50 yushimeng 阅读(285) 评论(0) 推荐(0)