|
From: Brian St . P. <bst...@me...> - 2000-03-06 12:40:21
|
I just checked in some changes: more warnings cleanup, and improvements to the URL type. It looks like the permissions change worked -- my checkin automatically went out to the cvs list. With this checkin, you'll want to take a look at url.h. Direct accesses to URL structures are somewhat discouraged. There are operations (which may be done by macros later) on the URL type to get host, path, and protocol/port. I need to go through the code and figure out where these need to get released, because I think we're leaking the way it is written right now. I may not be able to commit any more code for a week or so, but my next mission will be to fix-up the HTTP GET code so that it operates at peak speed as we discussed before the weekend. -Brian |