Fixed a bug where HttpMessage.removeHeader() leads to a dangling pointer in the internal data structure

This commit is contained in:
Trustin Lee 2010-01-26 05:33:10 +00:00
parent e50e46425a
commit 140aabef68

View File

@ -567,6 +567,7 @@ public class HttpHeaders {
e = next;
} else {
entries[i] = null;
e.remove();
return;
}
} else {