dmerkushov / nanoservices

Apache License 2.0
3 stars 0 forks source link

BUG: Unsupport HTTP 1.1 routine #5

Closed a-petelin closed 4 years ago

a-petelin commented 4 years ago

Describe the bug Nanoservices with enabled HTTP don't support correct behavior for HTTP v1.1 as sended in response header

To Reproduce Steps to reproduce the behavior:

  1. Enable HTTP in config
  2. Start nanoservice
  3. Open browser on other PC
  4. Send call to nanoservice via HTTP
  5. Got various error messages (depends of method for send call)

Expected behavior Data sended from nanoservice avaible in browser

Logs

Environment

dmerkushov commented 4 years ago

Fixed by #18