Closed (fixed)
Project:
Stage File Proxy
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Jan 2011 at 13:45 UTC
Updated:
5 Mar 2013 at 14:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
gregglesMarked #1363248: suggestions: use an honest user agent, and maybe don't accept gzip as a duplicate.
Comment #2
BarisW commentedSee patch
Comment #3
steven jones commentedThanks for the patch, but...
I don't think patch is valid, since this line isn't in the codebase, but isn't added by the patch either?
Maybe you've missed some commits in the patch there? Or something else has gone awry.
Comment #4
BarisW commentedAh you are right. Re-rolled.
Comment #5
ericmulder1980 commenteddrupal_http_request is much slower than curl. To make this module more platform independant the switch to drupal_http_request is the correct approach.
Should performance become an issue in the future than the chr module (http://drupal.org/project/chr) could be a nice one to use. You could make this configurable on the settings page and let users choose between drupal_http_request and curl_http_request.
Comment #6
BarisW commentedHi Greg; any updates here? Would love to get this issue and #1895516: Images don't show when they have spaces in folder name in.
Comment #7
gregglesThanks BarisW and Steven Jones - committed http://drupalcode.org/project/stage_file_proxy.git/commit/1cf54fb
I didn't test either patch, but other people have had a reasonable amount of time to test/weigh in and I figure testing is what the -dev branch is for :) Besides, they both sure look sane.
Comment #8
BarisW commentedAwesome, thanks!