readme fix

This commit is contained in:
TomPallister 2016-11-05 12:52:51 +00:00
parent 56afc7d410
commit 310a7699bb

View File

@ -192,10 +192,13 @@ In this example ttl seconds is set to 15 which means the cache will expire after
## Not supported ## Not supported
Ocelot does not support... Ocelot does not support...
* Chunked Encoding - Ocelot will always get the body size and return Content-Length
header. Sorry if this doesn't work for your use case! + Chunked Encoding - Ocelot will always get the body size and return Content-Length
* Fowarding a host header - The host header that you send to Ocelot will not be forwarded to header. Sorry if this doesn't work for your use case!
the downstream service. Obviously this would break everything :(
+ Fowarding a host header - The host header that you send to Ocelot will not be
forwarded to the downstream service. Obviously this would break everything :(
## Coming up ## Coming up