Rewrite HEX decoding to hopefully be easier to understand and maintain.
authorAlex Graveley <alex@ximian.com>
Tue, 28 Aug 2001 08:45:07 +0000 (08:45 +0000)
committerAlex Graveley <orph@src.gnome.org>
Tue, 28 Aug 2001 08:45:07 +0000 (08:45 +0000)
commitaaceda3355d733e5f3f6bf367b691ba6a64fff1b
tree9ff82f0198b1ef6a2661fc271552110a490fa424
parent21e347395c3004a67b37ad3de81c0b19a40e9bee
Rewrite HEX decoding to hopefully be easier to understand and maintain.

2001-08-28  Alex Graveley  <alex@ximian.com>

* src/soup-core/soup-transfer.c (soup_transfer_read_chunk):
Rewrite HEX decoding to hopefully be easier to understand and maintain.

* src/soup-core/soup-message.c (redirect_handler): Don't unref the
old context until after we requeue the message using the new
context, as we may still have a connection from the old one.
ChangeLog
libsoup/soup-message.c
libsoup/soup-transfer.c