tarantool / nginx_upstream_module

Tarantool NginX upstream module (REST, JSON API, websockets, load balancing)
Other
174 stars 18 forks source link

Binary response from tnt upstream #75

Closed fsitedev closed 7 years ago

fsitedev commented 7 years ago

Nginx always interprets tarantool's response as a string. Binary format is also needed if tnt sends files or images as a response. For an example it can be achieved through tnt_pure_result directive with "raw|string|off" value

dedok commented 7 years ago

Duplicated: https://github.com/tarantool/nginx_upstream_module/issues/75