Rename all remaining "SoupMessage *req"s to "msg"
authorDan Winship <danw@gnome.org>
Thu, 13 Dec 2012 15:07:57 +0000 (16:07 +0100)
committerDan Winship <danw@gnome.org>
Mon, 17 Dec 2012 21:09:50 +0000 (16:09 -0500)
commit89dd1240a6077b18f6d6e4b119b403de38b73141
tree3787b2557c6c2e720ea33e6650c798377213bea4
parenta11304268326e26317883309e10af92935efd663
Rename all remaining "SoupMessage *req"s to "msg"

Originally (ie, 12 years ago last week) the HTTP message type in soup
was called SoupRequest, and most SoupRequest variables were called
"req". Shortly after, SoupRequest was renamed to SoupMessage, but none
of the existing "req"s were renamed, and in fact, new ones kept
getting added. Eventually, "msg" became the standard name for a
SoupMessage variable, but a handful of "req"s have managed to survive
to this day. With the increasing integration of the modern-day
SoupRequest, this has gone from "inconsistent" to "confusing", so fix
all the remaining stray "SoupMessage *req"s.
libsoup/soup-message-client-io.c
libsoup/soup-message-private.h
libsoup/soup-message.c
libsoup/soup-server.c
libsoup/soup-session-async.c