[svn:parrot] r46757 - trunk/runtime/parrot/library

fperrad at svn.parrot.org fperrad at svn.parrot.org
Tue May 18 13:27:20 UTC 2010


Author: fperrad
Date: Tue May 18 13:27:19 2010
New Revision: 46757
URL: https://trac.parrot.org/parrot/changeset/46757

Log:
[LWP] fix

Modified:
   trunk/runtime/parrot/library/LWP.pir

Modified: trunk/runtime/parrot/library/LWP.pir
==============================================================================
--- trunk/runtime/parrot/library/LWP.pir	Tue May 18 09:01:28 2010	(r46756)
+++ trunk/runtime/parrot/library/LWP.pir	Tue May 18 13:27:19 2010	(r46757)
@@ -755,7 +755,7 @@
 
     .local pmc ua
     ua = self.'ua'()
-    $S0 = _format_request(method, url, request_headers)
+    $S0 = _format_request(method, fullpath, request_headers)
     sock.'send'($S0)
 
     .local string content


More information about the parrot-commits mailing list