update
This commit is contained in:
@@ -2356,7 +2356,7 @@ proc http::error {token} {
|
||||
# token The token returned from http::geturl
|
||||
#
|
||||
# Side Effects
|
||||
# unsets the state array
|
||||
# Unsets the state array.
|
||||
|
||||
proc http::cleanup {token} {
|
||||
variable $token
|
||||
@@ -2375,7 +2375,7 @@ proc http::cleanup {token} {
|
||||
|
||||
# http::Connect
|
||||
#
|
||||
# This callback is made when an asyncronous connection completes.
|
||||
# This callback is made when an asynchronous connection completes.
|
||||
#
|
||||
# Arguments
|
||||
# token The token returned from http::geturl
|
||||
@@ -3250,7 +3250,7 @@ proc http::CopyChunk {token chunk} {
|
||||
#
|
||||
# Arguments
|
||||
# token The token returned from http::geturl
|
||||
# count The amount transfered
|
||||
# count The amount transferred
|
||||
#
|
||||
# Side Effects
|
||||
# Invokes callbacks
|
||||
@@ -3293,7 +3293,7 @@ proc http::CopyDone {token count {error {}}} {
|
||||
# reason - "eof" means premature EOF (not EOF as the natural end of
|
||||
# the response)
|
||||
# - "" means completion of response, with or without EOF
|
||||
# - anything else describes an error confition other than
|
||||
# - anything else describes an error condition other than
|
||||
# premature EOF.
|
||||
#
|
||||
# Side Effects
|
||||
|
||||
Reference in New Issue
Block a user