summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSøren Sandmann <sandmann@redhat.com>2007-08-01 16:19:59 -0400
committerSøren Sandmann <sandmann@redhat.com>2007-08-01 16:19:59 -0400
commitbb0f859b1fc14b4195963b4a124281bda86e8ce6 (patch)
tree96640c19b482b1c5829687cad91e398bb0e3c898
parent84cf756d28597689e85b2e28a6aa5b0453832b9d (diff)
TODO
-rwxr-xr-xTODO4
-rw-r--r--src/lachttp.c7
2 files changed, 4 insertions, 7 deletions
diff --git a/TODO b/TODO
index 3a5ef06..a3b50bf 100755
--- a/TODO
+++ b/TODO
@@ -89,6 +89,10 @@ correctness:
misc:
* Use gchar everywhere instead guint/guchar - all they get us is
annoying casts. Well, LacDNS relies on unsigned chars in some places.
+ * Think the LacByteQueue usage through. Right now there is still
+ some unnecessary copying because you can't push data back into
+ a connection.
+ * Consider changing LacByteQueue name to LacBuffer
* Probably use gsize instead of guint in some places, such as lac_send
* consider moving complexity from nameserver to query, ie.
have the nameserver have one response function used for all
diff --git a/src/lachttp.c b/src/lachttp.c
index d650249..eaf0194 100644
--- a/src/lachttp.c
+++ b/src/lachttp.c
@@ -2563,13 +2563,6 @@ http_transport_destroy (HttpTransport *transport)
{
lac_connection_unref (transport->connection);
-#if 0
- g_source_remove (transport->debug_timeout);
-#endif
-
-#if 0
- g_print ("timeout removed on %p (destroyed)\n", transport);
-#endif
http_transport_remove_answer_timeout (transport);
if (transport->write_timeout)