The only think I could think of is use application/pdf for the Content-Type
(that is technically the correct mime type).

-Jake

On Tue, Aug 31, 2010 at 10:33 AM, Jason Fill <jasonf...@gmail.com> wrote:

>
> Our application uses cfcontent to serve back some PDF files and several
> times per day, the request for a pdf will just hang, like 300,000 +
> milliseconds to bring back a PDF that is already created.
>
> The code we are using is quite simple and each users file is fully
> generated before this call is made.
>
> <cfcontent reset="true" />
> <cfheader name="Content-Type" value="pdf">
> <cfheader name="Content-Disposition" value="#type)#;
> filename=#userid#_file.pdf">
>
> Has anyone ran into this before or have any ideas what might be going on?
>
> Thanks
>
> Jason
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology-Michael-Dinowitz/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:336674
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm

Reply via email to