On 08/25/05 18:39, Juha Heinanen wrote:

Daniel-Constantin Mierla writes:

> If you want just to check if there is a Refer-To header, you can use the > function is_present_hf() from textops module. This is the fastest way to > check if a header exists.

this reminds me about the thing that is_present_hf() implementation is
not very efficient, because it compares header names as strings.  this
could be turned into type comparison with aid of a fixup function (for
all hfs known to ser).
this is already done since first openser release - textops module uses types for is_present_hf() and remove_hf() - but it seems we forgot to add this update in the release info.

Daniel

-- juha


_______________________________________________
Users mailing list
[email protected]
http://openser.org/cgi-bin/mailman/listinfo/users

Reply via email to