View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002674 | GNUnet | transport service | public | 2012-11-29 15:20 | 2024-05-03 14:01 |
| Reporter | Matthias Wachs | Assigned To | Matthias Wachs | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Product Version | Git master | ||||
| Target Version | 0.9.5 | Fixed in Version | 0.9.5 | ||
| Summary | 0002674: ERROR Assertion failed at plugin_transport_http_client.c:555. | ||||
| Description | Reported by LRN on IRC log for #gnunet, 2012-11-23 In: http_client_plugin_send else if (GNUNET_YES == s->put_tmp_disconnected) { /* PUT connection was disconnected, reconnect */ GNUNET_log_from (GNUNET_ERROR_TYPE_DEBUG, s->plugin->name, "Session %p: Reconnecting PUT connection\n", s); s->put_tmp_disconnected = GNUNET_NO; -> GNUNET_break (s->client_put == NULL); if (GNUNET_SYSERR == client_connect_put (s)) { return GNUNET_SYSERR; } } | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2012-11-29 15:20 | Matthias Wachs | New Issue | |
| 2012-11-29 15:20 | Matthias Wachs | Status | new => assigned |
| 2012-11-29 15:20 | Matthias Wachs | Assigned To | => Matthias Wachs |
| 2012-11-29 15:55 | Matthias Wachs | Note Added: 0006617 | |
| 2012-11-29 16:11 | Matthias Wachs | Status | assigned => resolved |
| 2012-11-29 16:11 | Matthias Wachs | Resolution | open => fixed |
| 2012-12-02 08:40 | Christian Grothoff | Product Version | => Git master |
| 2012-12-02 08:40 | Christian Grothoff | Fixed in Version | => 0.9.5 |
| 2012-12-02 08:40 | Christian Grothoff | Target Version | => 0.9.5 |
| 2012-12-21 16:49 | Christian Grothoff | Status | resolved => closed |
| 2024-05-03 14:01 | Christian Grothoff | Category | HTTP transport => transport service |