summaryrefslogtreecommitdiffhomepage
path: root/src/nginext/nxt_go_run_ctx.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2017-08-25Fixed typedef nxt_port_mmap_msg_t redefinition after 1b394e999c7c.Sergey Kandaurov1-1/+0
Redefinition of typedef is a C11 feature. On older compilers that default to C99, such as clang 3.4.1 supplied with FreeBSD 10, this caused -Wtypedef-redefinition warnings.
2017-08-11Request body read state implemented.Max Romanov1-0/+2
With specific timeout and buffer size settings.
2017-07-12Go: worker initialization. READY message to master.Max Romanov1-1/+2
2017-06-23External Go app request processing.Max Romanov1-0/+71