[ 
https://issues.apache.org/jira/browse/CASSGO-108?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

João Reis updated CASSGO-108:
-----------------------------
    Test and Documentation Plan: ci
                         Status: Patch Available  (was: Open)

> Framer drops error silently
> ---------------------------
>
>                 Key: CASSGO-108
>                 URL: https://issues.apache.org/jira/browse/CASSGO-108
>             Project: Apache Cassandra Go driver
>          Issue Type: Bug
>          Components: Core
>            Reporter: João Reis
>            Priority: Normal
>             Fix For: 2.1.0
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
>  
> {code:java}
> func (f *framer) readStringMultiMap() (map[string][]string, error) {
>     size, err := f.readShort()
>     m := make(map[string][]string, size)
>     var k string
>     for i := 0; i < int(size); i++ {{code}
> if an error occurs reading {{size}} then it is silently dropped
>  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to