RE: Handling conditional-gets in embperl

2005-11-22 Thread Gerald Richter
> $req_rec->update_mtime($mod_time); > $req_rec->set_last_modified($mod_time); > > if ((my $rc = $req_rec->meets_conditions) != 200) { # > we can give up > $req_rec->status($rc); > print STDERR "got here b\n"; > #exit; Try exit ($rc)

Handling conditional-gets in embperl

2005-11-18 Thread Carl Eklof
Hey Guys, I can see from google searches, that I'm re-hashing an issue, but it wasn't solved in any of the posts and/or doesn't work in the 2.0.0 embperl that I'm using. I started out with the a frequently-referenced posting from December 2000, by Gerald: http://www2.ecos.de/~mailarc/embperl/2000