Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | The parameters table should not be part of the serialization context |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
853b10e568443616aed644d75d6f0984 |
User & Date: | murphy 2013-06-02 15:19:31.251 |
Context
2013-06-02
| ||
15:52 | Removed serialization context customization in the wrong place check-in: c1e1794f45 user: murphy tags: trunk | |
15:19 | The parameters table should not be part of the serialization context check-in: 853b10e568 user: murphy tags: trunk | |
2013-05-31
| ||
23:14 | Clean up tcp listener in webgate-main using dynamic wind check-in: 22158254d8 user: murphy tags: trunk | |
Changes
Changes to webgate-core.scm.
︙ | |||
478 479 480 481 482 483 484 | 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 | - + | (%make-resource-context getenv method path)) (current-serialization-context (make-serialization-context (current-input-port) input-port (current-output-port) output-port (current-error-port) |