]> granicus.if.org Git - apache/commit
ap_get_mime_headers: combine some error paths to remove a conditional
authorGreg Ames <gregames@apache.org>
Wed, 11 Dec 2002 22:30:37 +0000 (22:30 +0000)
committerGreg Ames <gregames@apache.org>
Wed, 11 Dec 2002 22:30:37 +0000 (22:30 +0000)
commit231daf1f0498eb2ebeac9cd2f4ccf49579a6b483
treefb76e52e5aa37b47f5d33486a71b49a048d70469
parentfc8adea35f7afdbf43ba7f8cebc73f6b1999be5f
ap_get_mime_headers: combine some error paths to remove a conditional
branch from the mainline path.

It might be worthwhile to move all the getline error handling into a
separate function and be a little more i-cache friendly.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97879 13f79535-47bb-0310-9956-ffa450edef68
server/protocol.c