FredGarcia / rolling-curl

Automatically exported from code.google.com/p/rolling-curl
0 stars 0 forks source link

get_options custom headers #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Should get_options also check the request object for request specific 
headers?

Original issue reported on code.google.com by dianoga7 on 23 Feb 2010 at 9:50

GoogleCodeExporter commented 8 years ago
Isn't it checked already?

// append custom options for this specific request
if ($request->options) {
  $options += $request->options;
} 

Original comment by alexander.makarow on 12 May 2010 at 10:01

GoogleCodeExporter commented 8 years ago

Original comment by alexander.makarow on 12 May 2010 at 10:01