﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
14184	HTTP API is not allowing '0' for headers and cookies.	mailnew2ster	dd32	"Hello!

I just saw you have a nice implementation of an http class, but while looking at it, I've noticed a minor bug:

You use the empty() function to check whether strings are empty, for example in the WP_Http_Cookie class. This is not a correct thing to do, because empty() returns true also for a ""0"" string, which is not really empty. That way, a cookie like that: ""balloons=0"", will just be skipped!

You'd better use a ($string == """") comperation.

Cheers :)"	defect (bug)	closed	normal	3.5	HTTP		normal	fixed		
