Skip Menu |

This queue is for tickets about the Net-DAV-Server CPAN distribution.

Report information
The Basics
Id: 13828
Status: open
Priority: 0/
Queue: Net-DAV-Server

People
Owner: BRONG [...] cpan.org
Requestors: perlcode [...] brong.net
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in:
  • 1.23
  • 1.24
  • 1.25
  • 1.26
  • 1.27
  • 1.28
Fixed in: (no value)



Subject: Slurps entire file into memory for upload and download
It appears to be a requirement of HTTP::Request and HTTP::Response unfortunately, but I'm raising this bug to remind myself to fix it!
From: contact [...] clipland.com
Am Fr 22. Jul 2005, 00:24:40, guest schrieb: Show quoted text
> It appears to be a requirement of HTTP::Request and HTTP::Response > unfortunately, but I'm raising this bug to remind myself to fix it!
Still broken, for example GET should answer with a filehandle and not with a print $var containing the (possibly) LARGE response. Do buffered write to STDOUT instead - if possible.