Check-in [a82d4a352d]
Not logged in

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:ClientSide provided old version 2.3.8. Is now 2.3.9.
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a82d4a352d8c5f8848967013b7f850881200dd5d
User & Date: oehhar 2016-11-03 09:14:43.510
Context
2016-11-03 09:26
The type 'anyType' is apparently a base simple type. At least defining it makes some server happy [554877fd21]. check-in: e9780565f6 user: oehhar tags: trunk
2016-11-03 09:14
ClientSide provided old version 2.3.8. Is now 2.3.9. check-in: a82d4a352d user: oehhar tags: trunk
2016-11-03 09:06
Removed file "CheckAndBuild". It was apparently integrated in Utilities.tcl and has no reference or Doc. check-in: 3e0d4aff79 user: oehhar tags: trunk
Changes
Unified Diff Ignore Whitespace Patch
Changes to ClientSide.tcl.
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package require Tcl 8.4
package require WS::Utils 2.3.7 ; # dict, lassign
package require tdom 0.8
package require http 2
package require log
package require uri

package provide WS::Client 2.3.8

namespace eval ::WS::Client {
    # register https only if not jet registered
    if {[catch { http::unregister https } lPortCmd]} {
        # not registered -> register on my own
        if {[catch {
            package require tls







|







43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
package require Tcl 8.4
package require WS::Utils 2.3.7 ; # dict, lassign
package require tdom 0.8
package require http 2
package require log
package require uri

package provide WS::Client 2.3.9

namespace eval ::WS::Client {
    # register https only if not jet registered
    if {[catch { http::unregister https } lPortCmd]} {
        # not registered -> register on my own
        if {[catch {
            package require tls