codec/src/main/java/org/apache/mina/codec/textline/TextLineDecoder.java [241:247]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                } catch (CharacterCodingException cce) {
                    throw new ProtocolDecoderException(cce);
                } finally {
                    ctx.reset();
                }
                oldPos = pos;
                matchCount = 0;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



codec/src/main/java/org/apache/mina/codec/textline/TextLineDecoder.java [302:309]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                    } catch (CharacterCodingException cce) {
                        throw new ProtocolDecoderException(cce);
                    } finally {
                        ctx.reset();
                    }

                    oldPos = pos;
                    matchCount = 0;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



