Revert "Implemented strict http request serialization for APIs that forbid a session to be used in concurrent requests (e.g. dedimania)."
This reverts commit b0732bee96.
Solution required PHP 7.0.7, thus breaking requirement of compatibility with PHP 5.4.
			
			
This commit is contained in:
		| @@ -217,12 +217,4 @@ class RequestsQueue extends EventDispatcher implements RequestsQueueInterface, \ | ||||
| 		} | ||||
| 		return curl_multi_select($this->mh, $timeout) !== -1; | ||||
| 	} | ||||
|  | ||||
| 	/** | ||||
| 	 * @param $option | ||||
| 	 * @param $value | ||||
| 	 */ | ||||
| 	public function setOption($option, $value) { | ||||
| 		curl_multi_setopt($this->mh, $option, $value); | ||||
| 	} | ||||
| } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user