João Reis created CASSGO-108:
--------------------------------

             Summary: 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


 
{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