You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Geoffrey Young <ge...@modperlcookbook.org> on 2004/01/23 17:04:18 UTC

formalizing 'no-etag' note

hi all...

well, I haven't quite figured out all the weak etag issues yet, but just the
other day someone asked how to remove ETag headers from a default-handler
response.

so, I thought I'd re-submit the ap_suppress_etag() part as a formal API
wrapper around

  apr_table_setn(r->notes, "no-etag", "omit");

if only to make the feature a bit more self-documenting.

--Geoff