Skip to content

Commit b5ab2fb

Browse files
committed
Additional performance tweak for BZ 68558
https://bz.apache.org/bugzilla/show_bug.cgi?id=68558
1 parent ddd3407 commit b5ab2fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java/org/apache/tomcat/util/http/MimeHeaders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ public boolean hasMoreElements() {
488488
public String nextElement() {
489489
MessageBytes current = next;
490490
findNext();
491-
return current.toString();
491+
return current.toStringType();
492492
}
493493
}
494494

0 commit comments

Comments
 (0)