On Jan 6, 2008, at 21:39 , ara.t.howard wrote:

>
> On Jan 6, 2008, at 9:46 PM, Corey Jewett wrote:
>
>> No other ab flags were used.
>
> unless you have session turned off you have to use the cookie and  
> cookie-jar options (or perhaps that's curl, i forget...)
>
> or was this without sessions?

Sessions appear to be off by default in merb. Vintage doesn't have  
sessions yet.

 > curl -D - -o /dev/null http://localhost:4000/erb
HTTP/1.1 200 OK
Connection: close
Date: Mon, 07 Jan 2008 08:12:08 GMT
Content-Type: text/html
Content-Length: 436

   % Total    % Received % Xferd  Average Speed   Time    Time      
Time  Current
                                  Dload  Upload   Total   Spent     
Left  Speed
100   436  100   436    0     0   114k      0 --:--:-- --:--:--  
--:--:--     0

Corey