Bug #50636

CurlEngine tries to rewind stream

Added by Robert Lemke about 2 years ago. Updated almost 2 years ago.

Status:Resolved Start date:2013-08-01
Priority:Should have Due date:
Assigned To:Robert Lemke % Done:

100%

Category:Http
Target version:TYPO3 Flow Base Distribution - 2.x
PHP Version:5.4 Complexity:
Has patch:No Affected Flow version:Git master

Description

CurlEngine which executes a rewind() on spec if the given request content is a stream resource. This is not necessary and is especially harmful if a stream resource is provided which does not support seek operations.

Associated revisions

Revision 91b80226
Added by Robert Lemke almost 2 years ago

[BUGFIX] CurlEngine tries to rewind stream

This fixes an issue with the CurlEngine which executes a
rewind() on spec if the given request content is a stream
resource. This is not necessary and is especially harmful
if a stream resource is provided which does not support
seek operations.

Change-Id: I4b4629737540cf106a23ac554d58c2b459d2a1c3
Resolves: #50636
Releases: 2.0, master

Revision 5d9b98f0
Added by Robert Lemke almost 2 years ago

[BUGFIX] CurlEngine tries to rewind stream

This fixes an issue with the CurlEngine which executes a
rewind() if the given request content is a stream resource.

This is not necessary and is especially harmful if a stream
resource is provided which does not support seek operations.

Change-Id: I4b4629737540cf106a23ac554d58c2b459d2a1c3
Resolves: #50636
Releases: 2.0, master

History

#1 Updated by Anonymous almost 2 years ago

  • Status changed from Accepted to Resolved
  • % Done changed from 0 to 100

#2 Updated by Gerrit Code Review almost 2 years ago

  • Status changed from Resolved to Under Review

Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23352

#3 Updated by Gerrit Code Review almost 2 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23352

#4 Updated by Gerrit Code Review almost 2 years ago

Patch set 3 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23352

#5 Updated by Gerrit Code Review almost 2 years ago

Patch set 4 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/23352

#6 Updated by Anonymous almost 2 years ago

  • Status changed from Under Review to Resolved

Also available in: Atom PDF