-
Notifications
You must be signed in to change notification settings - Fork 220
Add a note about chunked transfer encoding. #6
Conversation
|
This is not the only place we do this, I think a note here is not sufficient. |
|
This is already defined in resource description. Update: reference is broken, see line 94: |
|
Yes, it is already defined. I have been reading a lot about CouchDB and never seen chunked transfer encoding mentioned. This is the first place. |
|
@mar-ia it's defined for changes feed, views, db_updates, log and some other resources. I don't think it's need to be defined in some special way since this is a standard HTTP feature, not a some special case or a behaviour which is need to point on. Otherwise we'll have whole documentation full of notice boxes which will distract users from main content. |
|
@kxepal Lets put it somewhere in 10.1. API Basics then. |
|
@mar-ia good idea. |
|
Rewriting history, the first patch never happened :) |
src/api/basics.rst
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CouchDB is able to send all the data, but it doesn't known or won't to know how much of it will have to send e.g. it cannot set content length value.
|
Changed the wording a bit. |
|
+1 |
|
Squashed and merged. Thanks! |
I got stuck on this, so adding a note to help the next me.