<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -468,7 +468,8 @@ sub http_head($@) {
 }
 
 sub http_post($$@) {
-   unshift @_, &quot;POST&quot;, &quot;body&quot;;
+   my $uri = shift;
+   unshift @_, &quot;POST&quot;, shift, &quot;body&quot;;
    &amp;http_request
 }
 </diff>
      <filename>AnyEvent-HTTP/HTTP.pm</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4f708576df17effc8aaec09962de1874932e20f3</id>
    </parent>
  </parents>
  <author>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </author>
  <url>http://github.com/melo/anyevent--http/commit/988fb03b2eb1b03ec8b5720daaccb584a0ffa12d</url>
  <id>988fb03b2eb1b03ec8b5720daaccb584a0ffa12d</id>
  <committed-date>2008-06-28T10:36:23-07:00</committed-date>
  <authored-date>2008-06-28T10:36:23-07:00</authored-date>
  <message>Fix `http_post()`: the URL needs to be preserved

Signed-off-by: Pedro Melo &lt;melo@simplicidade.org&gt;</message>
  <tree>f3374c08d813d762bfc6026210b1f643e9b5f947</tree>
  <committer>
    <name>Pedro Melo</name>
    <email>melo@simplicidade.org</email>
  </committer>
</commit>
