diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-24 22:41:07 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-24 22:41:07 +0000 |
commit | 3d8338b0d46338cb23c1c3ffec2373df686f329e (patch) | |
tree | b88a719fe4b34ed0614c59889872c668b8cf4afc /hiper | |
parent | c91e25518fc78dfbcc503c5925ea4d265c57a065 (diff) | |
download | curl-3d8338b0d46338cb23c1c3ffec2373df686f329e.tar.gz |
Mention my April 20 thoughts. I already changed the README in the lib dir
to be accurate on this.
Diffstat (limited to 'hiper')
-rw-r--r-- | hiper/STATUS | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hiper/STATUS b/hiper/STATUS index 67b1d2afa..df8f4515c 100644 --- a/hiper/STATUS +++ b/hiper/STATUS @@ -258,3 +258,12 @@ April 11, 2006 We need to offer the app a way to set a private pointer to be associated with the particular file descriptor, and then be able to provide that pointer on subsequent callback calls. + +--------------------------------------------------------------------------- + +April 20, 2006 + + I was wrong when I previously claimed we could have more than one easy handle + using the same socket. I've cleaned up and simplified code now to adjust to + this. + |