[libapreq2] Should there be two temp (spool) files?
by Ryan Gies other posts by this author
Sep 24 2008 11:04AM messages near this date
Apache2::AuthenNTLM working ok, but an error is still showing in the logs of the virtual server
|
Re: [libapreq2] Should there be two temp (spool) files?
When I post a multipart-form request I see two files being written
in my temp directory:
-rw------- 1 ryan users 8318656 2008-09-24 10:51 apreqK5Oiyc
-rw------- 1 ryan users 8318484 2008-09-24 10:51 apreqQ1qs6C
And:
Apache2::Request-> new($r)->upload('file')->tempname()
indicates the spool file is "apreqQ1qs6C".
So I wonder what the file "apreqK5Oiyc" is all about. I imagine it is
used to verify the bytes written and is just standard operating
procedure, but I want to ensure I have not created this situation.
Thanks and Cheers,
-Ryan
Thread:
Ryan Gies
Joe Schaefer
Ryan Gies
Joe Schaefer
Ryan Gies
|