[
https://issues.apache.org/jira/browse/COUCHDB-1953?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13923680#comment-13923680
]
ASF subversion and git services commented on COUCHDB-1953:
----------------------------------------------------------
Commit ce3e89dc9fef25aa0e038e5a621a1e7c732e66e2 in couchdb's branch
refs/heads/1.6.x from [~nicknorth]
[ https://git-wip-us.apache.org/repos/asf?p=couchdb.git;h=ce3e89d ]
Speed up and move couch_httpd:find_in_binary.
See https://issues.apache.org/jira/browse/COUCHDB-1953
(cherry picked from commit 824869c3c059d887da0dbe1cd04eb244c931c27b)
> Speed up parsing of multipart/related requests
> ----------------------------------------------
>
> Key: COUCHDB-1953
> URL: https://issues.apache.org/jira/browse/COUCHDB-1953
> Project: CouchDB
> Issue Type: Improvement
> Components: HTTP Interface
> Reporter: Nick North
> Attachments: tests1953.erl
>
>
> Parsing of multipart/related requests searches for the MIME boundary string
> using the couch_httpd:find_in_binary/2 function, which can be made more
> efficient.
> When the boundary string is not found in its entirety in the search data, the
> function should then look to see if the data ends with a prefix of the
> string, but it currently looks for any prefix of the string almost anywhere
> in the search data.
> A pull request to fix this will be submitted shortly.
--
This message was sent by Atlassian JIRA
(v6.2#6252)