> Tried an empty string and even null, but no luck. Seems I'll have to write > the header myself, though the easiest fix is probably to stop lighthttpd > rejecting this line :-) > > Nick Sorted this in the end. The fix was to give the "Expect" header no value at all, not "" or null. Nick