beberlei / TentPHP

A Tent.io client written in PHP
16 stars 3 forks source link

Relative profile links in Link: header dont work #5

Closed beberlei closed 11 years ago

beberlei commented 11 years ago
curl -v http://snooze.henklein.com/
* About to connect() to snooze.henklein.com port 80 (#0)
*   Trying 81.169.135.235... connected
* Connected to snooze.henklein.com (81.169.135.235) port 80 (#0)
> GET / HTTP/1.1
> User-Agent: curl/7.21.0 (i486-pc-linux-gnu) libcurl/7.21.0 OpenSSL/0.9.8o zlib/1.2.3.4 libidn/1.15 libssh2/1.2.6
> Host: snooze.henklein.com
> Accept: */*
>
< HTTP/1.1 200 OK
< Server: nginx/1.1.19
< Date: Wed, 24 Oct 2012 12:08:46 GMT
< Transfer-Encoding: chunked
< Connection: keep-alive
< Link: </profile>; rel="https://tent.io/rels/profile"
< ETag: "b12f3dc2e8124c8b728c5d4f80f6bbaa"
< Cache-Control: max-age=0, private, must-revalidate
<
* Connection #0 to host snooze.henklein.com left intact
* Closing connection #0
beberlei commented 11 years ago

Implemeented